Named gradient · uiGradients
Koko Caramel
Koko Caramel is a orange gradient from uiGradients (MIT) — #d1913c → #ffd194 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.42:1 at 100% (fails AA); black ink: worst 7.83:1 at 0% (AA) → use black text.
- Banding high: ~16px bands at 1440px — add grain 34 (≈2% soft-light noise) or shorten the ramp.
Export
.gradient {
background-image: linear-gradient(90deg, #d1913c 0%, #d49643 7.14%, #d89a4a 14.29%, #db9f51 21.43%, #dea357 28.57%, #e1a85d 35.71%, #e5ac64 42.86%, #e8b16a 50%, #ebb570 57.14%, #efba76 64.29%, #f2bf7c 71.43%, #f5c382 78.57%, #f8c888 85.71%, #fccc8e 92.86%, #ffd194 100%);
background-image: linear-gradient(90deg in oklab, #d1913c 0%, #ffd194 100%);
}bg-linear-to-r/oklab from-[#d1913c] to-[#ffd194]
<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="#d1913c"/><stop offset="7.14%" stop-color="#d49643"/><stop offset="14.29%" stop-color="#d89a4a"/><stop offset="21.43%" stop-color="#db9f51"/><stop offset="28.57%" stop-color="#dea357"/><stop offset="35.71%" stop-color="#e1a85d"/><stop offset="42.86%" stop-color="#e5ac64"/><stop offset="50%" stop-color="#e8b16a"/><stop offset="57.14%" stop-color="#ebb570"/><stop offset="64.29%" stop-color="#efba76"/><stop offset="71.43%" stop-color="#f2bf7c"/><stop offset="78.57%" stop-color="#f5c382"/><stop offset="85.71%" stop-color="#f8c888"/><stop offset="92.86%" stop-color="#fccc8e"/><stop offset="100%" stop-color="#ffd194"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
{
"koko-caramel": {
"$type": "gradient",
"$value": [
{
"color": {
"colorSpace": "srgb",
"components": [
0.82,
0.569,
0.235
],
"hex": "#d1913c"
},
"position": 0
},
{
"color": {
"colorSpace": "srgb",
"components": [
1,
0.82,
0.58
],
"hex": "#ffd194"
},
"position": 1
}
],
"$extensions": {
"com.brandsweets": {
"kind": "linear",
"css": "linear-gradient(90deg in oklab, #d1913c 0%, #ffd194 100%)",
"interpolation": "oklab",
"angle": 90,
"name": "Koko Caramel",
"contrast": {
"white": {
"ratio": 1.419,
"at": 1,
"passesAA": false,
"passesAALarge": false
},
"black": {
"ratio": 7.826,
"at": 0,
"passesAA": true,
"passesAALarge": true
},
"suggestedInk": "#000000"
}
}
},
"$description": "Koko Caramel (uiGradients, 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 Koko Caramel gradient (#d1913c, #ffd194), 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