Named gradient · uiGradients
Firewatch
Firewatch is a red gradient from uiGradients (MIT) — #cb2d3e → #ef473a 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 3.73:1 at 100% (AA-large only); black ink: worst 3.98:1 at 0% (AA-large only) → use black text.
- Body text fails AA everywhere on this gradient; large text (≥24px / 19px bold) is fine. Add a scrim or lower the chroma for body copy.
- Banding high: ~40px bands at 1440px — add grain 50 (≈3% soft-light noise) or shorten the ramp.
Export
.gradient {
background-image: linear-gradient(90deg, #cb2d3e 0%, #ce2f3e 7.14%, #d0313e 14.29%, #d3333e 21.43%, #d5353d 28.57%, #d8373d 35.71%, #da383d 42.86%, #dd3a3d 50%, #df3c3c 57.14%, #e23e3c 64.29%, #e5403c 71.43%, #e7423b 78.57%, #ea433b 85.71%, #ec453a 92.86%, #ef473a 100%);
background-image: linear-gradient(90deg in oklab, #cb2d3e 0%, #ef473a 100%);
}bg-linear-to-r/oklab from-[#cb2d3e] to-[#ef473a]
<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="#cb2d3e"/><stop offset="7.14%" stop-color="#ce2f3e"/><stop offset="14.29%" stop-color="#d0313e"/><stop offset="21.43%" stop-color="#d3333e"/><stop offset="28.57%" stop-color="#d5353d"/><stop offset="35.71%" stop-color="#d8373d"/><stop offset="42.86%" stop-color="#da383d"/><stop offset="50%" stop-color="#dd3a3d"/><stop offset="57.14%" stop-color="#df3c3c"/><stop offset="64.29%" stop-color="#e23e3c"/><stop offset="71.43%" stop-color="#e5403c"/><stop offset="78.57%" stop-color="#e7423b"/><stop offset="85.71%" stop-color="#ea433b"/><stop offset="92.86%" stop-color="#ec453a"/><stop offset="100%" stop-color="#ef473a"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
{
"firewatch": {
"$type": "gradient",
"$value": [
{
"color": {
"colorSpace": "srgb",
"components": [
0.796,
0.176,
0.243
],
"hex": "#cb2d3e"
},
"position": 0
},
{
"color": {
"colorSpace": "srgb",
"components": [
0.937,
0.278,
0.227
],
"hex": "#ef473a"
},
"position": 1
}
],
"$extensions": {
"com.brandsweets": {
"kind": "linear",
"css": "linear-gradient(90deg in oklab, #cb2d3e 0%, #ef473a 100%)",
"interpolation": "oklab",
"angle": 90,
"name": "Firewatch",
"contrast": {
"white": {
"ratio": 3.728,
"at": 1,
"passesAA": false,
"passesAALarge": true
},
"black": {
"ratio": 3.984,
"at": 0,
"passesAA": false,
"passesAALarge": true
},
"suggestedInk": "#000000"
}
}
},
"$description": "Firewatch (uiGradients, MIT), rendered in OKLab."
}
}Tagged
More red 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 Firewatch gradient (#cb2d3e, #ef473a), 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