Named gradient · uiGradients
Cheer Up Emo Kid
Cheer Up Emo Kid is a blue gradient from uiGradients (MIT) — #556270 → #ff6b6b 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 2.77:1 at 100% (fails AA); black ink: worst 3.37: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 medium: ~8px bands at 1440px — add grain 17 (≈2% soft-light noise) or shorten the ramp.
Export
.gradient {
background-image: linear-gradient(90deg, #556270 0%, #626470 7.14%, #6f6670 14.29%, #7c6771 21.43%, #886971 28.57%, #946a70 35.71%, #a06b70 42.86%, #ac6c70 50%, #b86d70 57.14%, #c46d6f 64.29%, #cf6d6f 71.43%, #db6d6e 78.57%, #e76d6d 85.71%, #f36c6c 92.86%, #ff6b6b 100%);
background-image: linear-gradient(90deg in oklab, #556270 0%, #ff6b6b 100%);
}bg-linear-to-r/oklab from-[#556270] to-[#ff6b6b]
<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="#556270"/><stop offset="7.14%" stop-color="#626470"/><stop offset="14.29%" stop-color="#6f6670"/><stop offset="21.43%" stop-color="#7c6771"/><stop offset="28.57%" stop-color="#886971"/><stop offset="35.71%" stop-color="#946a70"/><stop offset="42.86%" stop-color="#a06b70"/><stop offset="50%" stop-color="#ac6c70"/><stop offset="57.14%" stop-color="#b86d70"/><stop offset="64.29%" stop-color="#c46d6f"/><stop offset="71.43%" stop-color="#cf6d6f"/><stop offset="78.57%" stop-color="#db6d6e"/><stop offset="85.71%" stop-color="#e76d6d"/><stop offset="92.86%" stop-color="#f36c6c"/><stop offset="100%" stop-color="#ff6b6b"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
{
"cheer-up-emo-kid": {
"$type": "gradient",
"$value": [
{
"color": {
"colorSpace": "srgb",
"components": [
0.333,
0.384,
0.439
],
"hex": "#556270"
},
"position": 0
},
{
"color": {
"colorSpace": "srgb",
"components": [
1,
0.42,
0.42
],
"hex": "#ff6b6b"
},
"position": 1
}
],
"$extensions": {
"com.brandsweets": {
"kind": "linear",
"css": "linear-gradient(90deg in oklab, #556270 0%, #ff6b6b 100%)",
"interpolation": "oklab",
"angle": 90,
"name": "Cheer Up Emo Kid",
"contrast": {
"white": {
"ratio": 2.775,
"at": 1,
"passesAA": false,
"passesAALarge": false
},
"black": {
"ratio": 3.367,
"at": 0,
"passesAA": false,
"passesAALarge": true
},
"suggestedInk": "#000000"
}
}
},
"$description": "Cheer Up Emo Kid (uiGradients, MIT), rendered in OKLab."
}
}Tagged
More blue 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 Cheer Up Emo Kid gradient (#556270, #ff6b6b), 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