Named gradient · WebGradients
Nega
Nega is a pink gradient from WebGradients (MIT) — #ee9ca7 → #ffdde1 at 45°. 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 1.26:1 at 100% (fails AA); black ink: worst 9.95:1 at 0% (AA) → use black text.
- Banding high: ~22px bands at 1440px — add grain 43 (≈3% soft-light noise) or shorten the ramp.
Export
.gradient {
background-image: linear-gradient(45deg, #ee9ca7 0%, #efa1ab 7.14%, #f1a5af 14.29%, #f2aab3 21.43%, #f4afb7 28.57%, #f5b3bb 35.71%, #f6b8c0 42.86%, #f7bdc4 50%, #f9c1c8 57.14%, #fac6cc 64.29%, #fbcad0 71.43%, #fccfd4 78.57%, #fdd4d9 85.71%, #fed8dd 92.86%, #ffdde1 100%);
background-image: linear-gradient(45deg in oklab, #ee9ca7 0%, #ffdde1 100%);
}bg-linear-to-tr/oklab from-[#ee9ca7] to-[#ffdde1]
<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="210" y1="810" x2="1230" y2="-210"><stop offset="0%" stop-color="#ee9ca7"/><stop offset="7.14%" stop-color="#efa1ab"/><stop offset="14.29%" stop-color="#f1a5af"/><stop offset="21.43%" stop-color="#f2aab3"/><stop offset="28.57%" stop-color="#f4afb7"/><stop offset="35.71%" stop-color="#f5b3bb"/><stop offset="42.86%" stop-color="#f6b8c0"/><stop offset="50%" stop-color="#f7bdc4"/><stop offset="57.14%" stop-color="#f9c1c8"/><stop offset="64.29%" stop-color="#fac6cc"/><stop offset="71.43%" stop-color="#fbcad0"/><stop offset="78.57%" stop-color="#fccfd4"/><stop offset="85.71%" stop-color="#fdd4d9"/><stop offset="92.86%" stop-color="#fed8dd"/><stop offset="100%" stop-color="#ffdde1"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
{
"nega": {
"$type": "gradient",
"$value": [
{
"color": {
"colorSpace": "srgb",
"components": [
0.933,
0.612,
0.655
],
"hex": "#ee9ca7"
},
"position": 0
},
{
"color": {
"colorSpace": "srgb",
"components": [
1,
0.867,
0.882
],
"hex": "#ffdde1"
},
"position": 1
}
],
"$extensions": {
"com.brandsweets": {
"kind": "linear",
"css": "linear-gradient(45deg in oklab, #ee9ca7 0%, #ffdde1 100%)",
"interpolation": "oklab",
"angle": 45,
"name": "Nega",
"contrast": {
"white": {
"ratio": 1.259,
"at": 1,
"passesAA": false,
"passesAALarge": false
},
"black": {
"ratio": 9.949,
"at": 0,
"passesAA": true,
"passesAALarge": true
},
"suggestedInk": "#000000"
}
}
},
"$description": "Nega (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 Nega gradient (#ee9ca7, #ffdde1), 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