Named gradient · WebGradients
Gentle Care
Gentle Care is a orange gradient from WebGradients (MIT) — #ffc3a0 → #ffafbd 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 1.55:1 at 2% (fails AA); black ink: worst 12.11:1 at 98% (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(0deg, #ffc3a0 0%, #ffc2a2 7.14%, #ffc0a5 14.29%, #ffbfa7 21.43%, #ffbda9 28.57%, #ffbcab 35.71%, #ffbbad 42.86%, #ffb9af 50%, #ffb8b1 57.14%, #ffb6b3 64.29%, #ffb5b5 71.43%, #ffb3b7 78.57%, #ffb2b9 85.71%, #ffb1bb 92.86%, #ffafbd 100%);
background-image: linear-gradient(0deg in oklab, #ffc3a0 0%, #ffafbd 100%);
}bg-linear-to-t/oklab from-[#ffc3a0] to-[#ffafbd]
<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="#ffc3a0"/><stop offset="7.14%" stop-color="#ffc2a2"/><stop offset="14.29%" stop-color="#ffc0a5"/><stop offset="21.43%" stop-color="#ffbfa7"/><stop offset="28.57%" stop-color="#ffbda9"/><stop offset="35.71%" stop-color="#ffbcab"/><stop offset="42.86%" stop-color="#ffbbad"/><stop offset="50%" stop-color="#ffb9af"/><stop offset="57.14%" stop-color="#ffb8b1"/><stop offset="64.29%" stop-color="#ffb6b3"/><stop offset="71.43%" stop-color="#ffb5b5"/><stop offset="78.57%" stop-color="#ffb3b7"/><stop offset="85.71%" stop-color="#ffb2b9"/><stop offset="92.86%" stop-color="#ffb1bb"/><stop offset="100%" stop-color="#ffafbd"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
{
"gentle-care": {
"$type": "gradient",
"$value": [
{
"color": {
"colorSpace": "srgb",
"components": [
1,
0.765,
0.627
],
"hex": "#ffc3a0"
},
"position": 0
},
{
"color": {
"colorSpace": "srgb",
"components": [
1,
0.686,
0.741
],
"hex": "#ffafbd"
},
"position": 1
}
],
"$extensions": {
"com.brandsweets": {
"kind": "linear",
"css": "linear-gradient(0deg in oklab, #ffc3a0 0%, #ffafbd 100%)",
"interpolation": "oklab",
"angle": 0,
"name": "Gentle Care",
"contrast": {
"white": {
"ratio": 1.547,
"at": 0.0159,
"passesAA": false,
"passesAALarge": false
},
"black": {
"ratio": 12.11,
"at": 0.9809,
"passesAA": true,
"passesAALarge": true
},
"suggestedInk": "#000000"
}
}
},
"$description": "Gentle Care (WebGradients, MIT), rendered in OKLab."
}
}Tagged
More orange 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 Gentle Care gradient (#ffc3a0, #ffafbd), 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