Named gradient · uiGradients
Burning Orange
Burning Orange is a pink gradient from uiGradients (MIT) — #ff416c → #ff4b2b 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.33:1 at 93% (AA-large only); black ink: worst 6.22:1 at 3% (AA) → use black text.
- Banding high: ~22px bands at 1440px — add grain 43 (≈3% soft-light noise) or shorten the ramp.
Export
.gradient {
background-image: linear-gradient(90deg, #ff416c 0%, #ff4268 7.14%, #ff4365 14.29%, #ff4461 21.43%, #ff455d 28.57%, #ff4559 35.71%, #ff4655 42.86%, #ff4751 50%, #ff474c 57.14%, #ff4848 64.29%, #ff4943 71.43%, #ff493e 78.57%, #ff4a38 85.71%, #ff4a32 92.86%, #ff4b2b 100%);
background-image: linear-gradient(90deg in oklab, #ff416c 0%, #ff4b2b 100%);
}bg-linear-to-r/oklab from-[#ff416c] to-[#ff4b2b]
<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="#ff416c"/><stop offset="7.14%" stop-color="#ff4268"/><stop offset="14.29%" stop-color="#ff4365"/><stop offset="21.43%" stop-color="#ff4461"/><stop offset="28.57%" stop-color="#ff455d"/><stop offset="35.71%" stop-color="#ff4559"/><stop offset="42.86%" stop-color="#ff4655"/><stop offset="50%" stop-color="#ff4751"/><stop offset="57.14%" stop-color="#ff474c"/><stop offset="64.29%" stop-color="#ff4848"/><stop offset="71.43%" stop-color="#ff4943"/><stop offset="78.57%" stop-color="#ff493e"/><stop offset="85.71%" stop-color="#ff4a38"/><stop offset="92.86%" stop-color="#ff4a32"/><stop offset="100%" stop-color="#ff4b2b"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
{
"burning-orange": {
"$type": "gradient",
"$value": [
{
"color": {
"colorSpace": "srgb",
"components": [
1,
0.255,
0.424
],
"hex": "#ff416c"
},
"position": 0
},
{
"color": {
"colorSpace": "srgb",
"components": [
1,
0.294,
0.169
],
"hex": "#ff4b2b"
},
"position": 1
}
],
"$extensions": {
"com.brandsweets": {
"kind": "linear",
"css": "linear-gradient(90deg in oklab, #ff416c 0%, #ff4b2b 100%)",
"interpolation": "oklab",
"angle": 90,
"name": "Burning Orange",
"contrast": {
"white": {
"ratio": 3.331,
"at": 0.9337,
"passesAA": false,
"passesAALarge": true
},
"black": {
"ratio": 6.216,
"at": 0.0317,
"passesAA": true,
"passesAALarge": true
},
"suggestedInk": "#000000"
}
}
},
"$description": "Burning Orange (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 Burning Orange gradient (#ff416c, #ff4b2b), 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