Named gradient · WebGradients
Big Mango
Big Mango is a pink gradient from WebGradients (MIT) — #c71d6f → #d09693 at 0°. Shown here interpolated in OKLab, next to the original sRGB, with the worst-case contrast for white and black text and every export.
Same stops, three spaces
The source renders this in sRGB. The number is how much chroma survives at the dullest point along the line — the difference between the first bar and the others is the grey that OKLab removes.
Report
- white ink: worst 2.48:1 at 100% (fails AA); black ink: worst 3.83:1 at 0% (AA-large only) → use black text.
- Body text fails AA everywhere on this gradient; large text (≥24px / 19px bold) is fine. Add a scrim or lower the chroma for body copy.
- Banding high: ~12px bands at 1440px — add grain 25 (≈2% soft-light noise) or shorten the ramp.
Export
.gradient {
background-image: linear-gradient(0deg, #c71d6f 0%, #c82c72 7.14%, #ca3874 14.29%, #cb4277 21.43%, #cc4c79 28.57%, #cd547c 35.71%, #ce5c7e 42.86%, #ce6481 50%, #cf6c84 57.14%, #d07386 64.29%, #d07a89 71.43%, #d0818b 78.57%, #d0888e 85.71%, #d08f90 92.86%, #d09693 100%);
background-image: linear-gradient(0deg in oklab, #c71d6f 0%, #d09693 100%);
}bg-linear-to-t/oklab from-[#c71d6f] to-[#d09693]
<svg xmlns="http://www.w3.org/2000/svg" width="1440" height="600" viewBox="0 0 1440 600"><defs><linearGradient id="bs-gradient" gradientUnits="userSpaceOnUse" x1="720" y1="600" x2="720" y2="0"><stop offset="0%" stop-color="#c71d6f"/><stop offset="7.14%" stop-color="#c82c72"/><stop offset="14.29%" stop-color="#ca3874"/><stop offset="21.43%" stop-color="#cb4277"/><stop offset="28.57%" stop-color="#cc4c79"/><stop offset="35.71%" stop-color="#cd547c"/><stop offset="42.86%" stop-color="#ce5c7e"/><stop offset="50%" stop-color="#ce6481"/><stop offset="57.14%" stop-color="#cf6c84"/><stop offset="64.29%" stop-color="#d07386"/><stop offset="71.43%" stop-color="#d07a89"/><stop offset="78.57%" stop-color="#d0818b"/><stop offset="85.71%" stop-color="#d0888e"/><stop offset="92.86%" stop-color="#d08f90"/><stop offset="100%" stop-color="#d09693"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
{
"big-mango": {
"$type": "gradient",
"$value": [
{
"color": {
"colorSpace": "srgb",
"components": [
0.78,
0.114,
0.435
],
"hex": "#c71d6f"
},
"position": 0
},
{
"color": {
"colorSpace": "srgb",
"components": [
0.816,
0.588,
0.576
],
"hex": "#d09693"
},
"position": 1
}
],
"$extensions": {
"com.brandsweets": {
"kind": "linear",
"css": "linear-gradient(0deg in oklab, #c71d6f 0%, #d09693 100%)",
"interpolation": "oklab",
"angle": 0,
"name": "Big Mango",
"contrast": {
"white": {
"ratio": 2.481,
"at": 1,
"passesAA": false,
"passesAALarge": false
},
"black": {
"ratio": 3.834,
"at": 0,
"passesAA": false,
"passesAALarge": true
},
"suggestedInk": "#000000"
}
}
},
"$description": "Big Mango (WebGradients, MIT), rendered in OKLab."
}
}Tagged
More pink gradients
Point any MCP client at the shared gradients endpoint and your agent gets the same engine as this page — make_gradient returns CSS with the interpolation space, Tailwind v4, SVG, a PNG URL, a DTCG token and the contrast report in one call; brand_gradients derives the whole contact sheet from a brand or a palette. Read-only, no key. Every gradient is a /gradients/new/… link: open it, refine, paste it back.
https://mcp.brandsweets.com/gradients/mcpclaude mcp add --transport http brandsweets-gradients https://mcp.brandsweets.com/gradients/mcp
›take the Big Mango gradient (#c71d6f, #d09693), re-interpolate it in oklch, and tell me the worst-case contrast for white text
Want the agent to remember your picks and write them into a living brand? Create a free BrandSweets workspace.
Machine-readable: gradients.md · From WebGradients (MIT) — licences