Named gradient · uiGradients
Autumn
Autumn is a yellow gradient from uiGradients (MIT) — #dad299 → #b0dab9 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.53:1 at 6% (fails AA); black ink: worst 13.54:1 at 90% (AA) → use black text.
- Banding high: ~34px bands at 1440px — add grain 50 (≈3% soft-light noise) or shorten the ramp.
Export
.gradient {
background-image: linear-gradient(90deg, #dad299 0%, #d7d39b 7.14%, #d4d39e 14.29%, #d2d4a0 21.43%, #cfd4a3 28.57%, #ccd5a5 35.71%, #c9d6a7 42.86%, #c6d6a9 50%, #c3d7ac 57.14%, #c0d7ae 64.29%, #bdd8b0 71.43%, #bad8b2 78.57%, #b7d9b5 85.71%, #b3d9b7 92.86%, #b0dab9 100%);
background-image: linear-gradient(90deg in oklab, #dad299 0%, #b0dab9 100%);
}bg-linear-to-r/oklab from-[#dad299] to-[#b0dab9]
<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="#dad299"/><stop offset="7.14%" stop-color="#d7d39b"/><stop offset="14.29%" stop-color="#d4d39e"/><stop offset="21.43%" stop-color="#d2d4a0"/><stop offset="28.57%" stop-color="#cfd4a3"/><stop offset="35.71%" stop-color="#ccd5a5"/><stop offset="42.86%" stop-color="#c9d6a7"/><stop offset="50%" stop-color="#c6d6a9"/><stop offset="57.14%" stop-color="#c3d7ac"/><stop offset="64.29%" stop-color="#c0d7ae"/><stop offset="71.43%" stop-color="#bdd8b0"/><stop offset="78.57%" stop-color="#bad8b2"/><stop offset="85.71%" stop-color="#b7d9b5"/><stop offset="92.86%" stop-color="#b3d9b7"/><stop offset="100%" stop-color="#b0dab9"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
{
"autumn": {
"$type": "gradient",
"$value": [
{
"color": {
"colorSpace": "srgb",
"components": [
0.855,
0.824,
0.6
],
"hex": "#dad299"
},
"position": 0
},
{
"color": {
"colorSpace": "srgb",
"components": [
0.69,
0.855,
0.725
],
"hex": "#b0dab9"
},
"position": 1
}
],
"$extensions": {
"com.brandsweets": {
"kind": "linear",
"css": "linear-gradient(90deg in oklab, #dad299 0%, #b0dab9 100%)",
"interpolation": "oklab",
"angle": 90,
"name": "Autumn",
"contrast": {
"white": {
"ratio": 1.532,
"at": 0.0635,
"passesAA": false,
"passesAALarge": false
},
"black": {
"ratio": 13.541,
"at": 0.9048,
"passesAA": true,
"passesAALarge": true
},
"suggestedInk": "#000000"
}
}
},
"$description": "Autumn (uiGradients, MIT), rendered in OKLab."
}
}Tagged
More yellow 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 Autumn gradient (#dad299, #b0dab9), 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