Named gradient · uiGradients
Mello
Mello is a red gradient from uiGradients (MIT) — #c0392b → #8e44ad 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 5.43:1 at 6% (AA); black ink: worst 3.57:1 at 100% (AA-large only) → use white text.
- Banding high: ~11px bands at 1440px — add grain 23 (≈2% soft-light noise) or shorten the ramp.
Export
.gradient {
background-image: linear-gradient(90deg, #c0392b 0%, #bc3c39 7.14%, #b93f45 14.29%, #b54150 21.43%, #b1435a 28.57%, #ae4463 35.71%, #aa456c 42.86%, #a64674 50%, #a3477d 57.14%, #9f4785 64.29%, #9c478d 71.43%, #984795 78.57%, #95469d 85.71%, #9145a5 92.86%, #8e44ad 100%);
background-image: linear-gradient(90deg in oklab, #c0392b 0%, #8e44ad 100%);
}bg-linear-to-r/oklab from-[#c0392b] to-[#8e44ad]
<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="#c0392b"/><stop offset="7.14%" stop-color="#bc3c39"/><stop offset="14.29%" stop-color="#b93f45"/><stop offset="21.43%" stop-color="#b54150"/><stop offset="28.57%" stop-color="#b1435a"/><stop offset="35.71%" stop-color="#ae4463"/><stop offset="42.86%" stop-color="#aa456c"/><stop offset="50%" stop-color="#a64674"/><stop offset="57.14%" stop-color="#a3477d"/><stop offset="64.29%" stop-color="#9f4785"/><stop offset="71.43%" stop-color="#9c478d"/><stop offset="78.57%" stop-color="#984795"/><stop offset="85.71%" stop-color="#95469d"/><stop offset="92.86%" stop-color="#9145a5"/><stop offset="100%" stop-color="#8e44ad"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
{
"mello": {
"$type": "gradient",
"$value": [
{
"color": {
"colorSpace": "srgb",
"components": [
0.753,
0.224,
0.169
],
"hex": "#c0392b"
},
"position": 0
},
{
"color": {
"colorSpace": "srgb",
"components": [
0.557,
0.267,
0.678
],
"hex": "#8e44ad"
},
"position": 1
}
],
"$extensions": {
"com.brandsweets": {
"kind": "linear",
"css": "linear-gradient(90deg in oklab, #c0392b 0%, #8e44ad 100%)",
"interpolation": "oklab",
"angle": 90,
"name": "Mello",
"contrast": {
"white": {
"ratio": 5.43,
"at": 0.0635,
"passesAA": true,
"passesAALarge": true
},
"black": {
"ratio": 3.573,
"at": 0.9954,
"passesAA": false,
"passesAALarge": true
},
"suggestedInk": "#ffffff"
}
}
},
"$description": "Mello (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 Mello gradient (#c0392b, #8e44ad), 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