Named gradient · uiGradients
Roseanna
Roseanna is a pink gradient from uiGradients (MIT) — #ffafbd → #ffc3a0 at 90°. 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.55:1 at 98% (fails AA); black ink: worst 12.11:1 at 2% (AA) → use black text.
- Banding high: ~50px bands at 1440px — add grain 50 (≈3% soft-light noise) or shorten the ramp.
Export
.gradient {
background-image: linear-gradient(90deg, #ffafbd 0%, #ffb1bb 7.14%, #ffb2b9 14.29%, #ffb3b7 21.43%, #ffb5b5 28.57%, #ffb6b3 35.71%, #ffb8b1 42.86%, #ffb9af 50%, #ffbbad 57.14%, #ffbcab 64.29%, #ffbda9 71.43%, #ffbfa7 78.57%, #ffc0a5 85.71%, #ffc2a2 92.86%, #ffc3a0 100%);
background-image: linear-gradient(90deg in oklab, #ffafbd 0%, #ffc3a0 100%);
}bg-linear-to-r/oklab from-[#ffafbd] to-[#ffc3a0]
<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="0" y1="300" x2="1440" y2="300"><stop offset="0%" stop-color="#ffafbd"/><stop offset="7.14%" stop-color="#ffb1bb"/><stop offset="14.29%" stop-color="#ffb2b9"/><stop offset="21.43%" stop-color="#ffb3b7"/><stop offset="28.57%" stop-color="#ffb5b5"/><stop offset="35.71%" stop-color="#ffb6b3"/><stop offset="42.86%" stop-color="#ffb8b1"/><stop offset="50%" stop-color="#ffb9af"/><stop offset="57.14%" stop-color="#ffbbad"/><stop offset="64.29%" stop-color="#ffbcab"/><stop offset="71.43%" stop-color="#ffbda9"/><stop offset="78.57%" stop-color="#ffbfa7"/><stop offset="85.71%" stop-color="#ffc0a5"/><stop offset="92.86%" stop-color="#ffc2a2"/><stop offset="100%" stop-color="#ffc3a0"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
{
"roseanna": {
"$type": "gradient",
"$value": [
{
"color": {
"colorSpace": "srgb",
"components": [
1,
0.686,
0.741
],
"hex": "#ffafbd"
},
"position": 0
},
{
"color": {
"colorSpace": "srgb",
"components": [
1,
0.765,
0.627
],
"hex": "#ffc3a0"
},
"position": 1
}
],
"$extensions": {
"com.brandsweets": {
"kind": "linear",
"css": "linear-gradient(90deg in oklab, #ffafbd 0%, #ffc3a0 100%)",
"interpolation": "oklab",
"angle": 90,
"name": "Roseanna",
"contrast": {
"white": {
"ratio": 1.547,
"at": 0.9841,
"passesAA": false,
"passesAALarge": false
},
"black": {
"ratio": 12.11,
"at": 0.0226,
"passesAA": true,
"passesAALarge": true
},
"suggestedInk": "#000000"
}
}
},
"$description": "Roseanna (uiGradients, 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 Roseanna gradient (#ffafbd, #ffc3a0), 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 uiGradients (MIT) — licences