Named gradient · uiGradients
Velvet Sun
Velvet Sun is a green gradient from uiGradients (MIT) — #e1eec3 → #f05053 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.22:1 at 0% (fails AA); black ink: worst 5.98:1 at 100% (AA) → use black text.
- Banding medium: ~9px bands at 1440px — add grain 18 (≈2% soft-light noise) or shorten the ramp.
Export
.gradient {
background-image: linear-gradient(90deg, #e1eec3 0%, #e5e4bb 7.14%, #e8dab3 14.29%, #ebcfaa 21.43%, #edc5a2 28.57%, #efbb9a 35.71%, #f0b092 42.86%, #f2a58a 50%, #f29a82 57.14%, #f38f7a 64.29%, #f38472 71.43%, #f2786b 78.57%, #f26c63 85.71%, #f15e5b 92.86%, #f05053 100%);
background-image: linear-gradient(90deg in oklab, #e1eec3 0%, #f05053 100%);
}bg-linear-to-r/oklab from-[#e1eec3] to-[#f05053]
<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="#e1eec3"/><stop offset="7.14%" stop-color="#e5e4bb"/><stop offset="14.29%" stop-color="#e8dab3"/><stop offset="21.43%" stop-color="#ebcfaa"/><stop offset="28.57%" stop-color="#edc5a2"/><stop offset="35.71%" stop-color="#efbb9a"/><stop offset="42.86%" stop-color="#f0b092"/><stop offset="50%" stop-color="#f2a58a"/><stop offset="57.14%" stop-color="#f29a82"/><stop offset="64.29%" stop-color="#f38f7a"/><stop offset="71.43%" stop-color="#f38472"/><stop offset="78.57%" stop-color="#f2786b"/><stop offset="85.71%" stop-color="#f26c63"/><stop offset="92.86%" stop-color="#f15e5b"/><stop offset="100%" stop-color="#f05053"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
{
"velvet-sun": {
"$type": "gradient",
"$value": [
{
"color": {
"colorSpace": "srgb",
"components": [
0.882,
0.933,
0.765
],
"hex": "#e1eec3"
},
"position": 0
},
{
"color": {
"colorSpace": "srgb",
"components": [
0.941,
0.314,
0.325
],
"hex": "#f05053"
},
"position": 1
}
],
"$extensions": {
"com.brandsweets": {
"kind": "linear",
"css": "linear-gradient(90deg in oklab, #e1eec3 0%, #f05053 100%)",
"interpolation": "oklab",
"angle": 90,
"name": "Velvet Sun",
"contrast": {
"white": {
"ratio": 1.22,
"at": 0,
"passesAA": false,
"passesAALarge": false
},
"black": {
"ratio": 5.977,
"at": 1,
"passesAA": true,
"passesAALarge": true
},
"suggestedInk": "#000000"
}
}
},
"$description": "Velvet Sun (uiGradients, MIT), rendered in OKLab."
}
}Tagged
More green 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 Velvet Sun gradient (#e1eec3, #f05053), 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