Named gradient · uiGradients
Sweet Morning
Sweet Morning is a red gradient from uiGradients (MIT) — #ff5f6d → #ffc371 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.58:1 at 100% (fails AA); black ink: worst 7.11:1 at 0% (AA) → use black text.
- Banding high: ~14px bands at 1440px — add grain 30 (≈2% soft-light noise) or shorten the ramp.
Export
.gradient {
background-image: linear-gradient(90deg, #ff5f6d 0%, #ff686e 7.14%, #ff706e 14.29%, #ff786f 21.43%, #ff7f6f 28.57%, #ff866f 35.71%, #ff8e70 42.86%, #ff9570 50%, #ff9b70 57.14%, #ffa271 64.29%, #ffa971 71.43%, #ffb071 78.57%, #ffb671 85.71%, #ffbd71 92.86%, #ffc371 100%);
background-image: linear-gradient(90deg in oklab, #ff5f6d 0%, #ffc371 100%);
}bg-linear-to-r/oklab from-[#ff5f6d] to-[#ffc371]
<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="#ff5f6d"/><stop offset="7.14%" stop-color="#ff686e"/><stop offset="14.29%" stop-color="#ff706e"/><stop offset="21.43%" stop-color="#ff786f"/><stop offset="28.57%" stop-color="#ff7f6f"/><stop offset="35.71%" stop-color="#ff866f"/><stop offset="42.86%" stop-color="#ff8e70"/><stop offset="50%" stop-color="#ff9570"/><stop offset="57.14%" stop-color="#ff9b70"/><stop offset="64.29%" stop-color="#ffa271"/><stop offset="71.43%" stop-color="#ffa971"/><stop offset="78.57%" stop-color="#ffb071"/><stop offset="85.71%" stop-color="#ffb671"/><stop offset="92.86%" stop-color="#ffbd71"/><stop offset="100%" stop-color="#ffc371"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
{
"sweet-morning": {
"$type": "gradient",
"$value": [
{
"color": {
"colorSpace": "srgb",
"components": [
1,
0.373,
0.427
],
"hex": "#ff5f6d"
},
"position": 0
},
{
"color": {
"colorSpace": "srgb",
"components": [
1,
0.765,
0.443
],
"hex": "#ffc371"
},
"position": 1
}
],
"$extensions": {
"com.brandsweets": {
"kind": "linear",
"css": "linear-gradient(90deg in oklab, #ff5f6d 0%, #ffc371 100%)",
"interpolation": "oklab",
"angle": 90,
"name": "Sweet Morning",
"contrast": {
"white": {
"ratio": 1.579,
"at": 1,
"passesAA": false,
"passesAALarge": false
},
"black": {
"ratio": 7.11,
"at": 0,
"passesAA": true,
"passesAALarge": true
},
"suggestedInk": "#000000"
}
}
},
"$description": "Sweet Morning (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 Sweet Morning gradient (#ff5f6d, #ffc371), 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