Named gradient · WebGradients
Spring Warmth
Spring Warmth is a red gradient from WebGradients (MIT) — #fad0c4 → #fad0c4 → #ffd1ff at 0°. 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.33:1 at 100% (fails AA); black ink: worst 14.88:1 at 0% (AA) → use black text.
- Banding high: ~24px bands at 1440px — add grain 46 (≈3% soft-light noise) or shorten the ramp.
Export
.gradient {
background-image: linear-gradient(0deg, #fad0c4 0%, #fad0c4 0.07%, #fad0c4 0.14%, #fad0c4 0.21%, #fad0c4 0.29%, #fad0c4 0.36%, #fad0c4 0.43%, #fad0c4 0.5%, #fad0c4 0.57%, #fad0c4 0.64%, #fad0c4 0.71%, #fad0c4 0.79%, #fad0c4 0.86%, #fad0c4 0.93%, #fad0c4 1%, #fad0c8 8.07%, #fbd0cd 15.14%, #fbd0d1 22.21%, #fbd1d5 29.29%, #fcd1da 36.36%, #fcd1de 43.43%, #fcd1e2 50.5%, #fdd1e6 57.57%, #fdd1ea 64.64%, #fdd1ef 71.71%, #fed1f3 78.79%, #fed1f7 85.86%, #ffd1fb 92.93%, #ffd1ff 100%);
background-image: linear-gradient(0deg in oklab, #fad0c4 0%, #fad0c4 1%, #ffd1ff 100%);
}bg-linear-to-t/oklab from-[#fad0c4] via-[#fad0c4] via-1% to-[#ffd1ff]
<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="720" y1="600" x2="720" y2="0"><stop offset="0%" stop-color="#fad0c4"/><stop offset="0.07%" stop-color="#fad0c4"/><stop offset="0.14%" stop-color="#fad0c4"/><stop offset="0.21%" stop-color="#fad0c4"/><stop offset="0.29%" stop-color="#fad0c4"/><stop offset="0.36%" stop-color="#fad0c4"/><stop offset="0.43%" stop-color="#fad0c4"/><stop offset="0.5%" stop-color="#fad0c4"/><stop offset="0.57%" stop-color="#fad0c4"/><stop offset="0.64%" stop-color="#fad0c4"/><stop offset="0.71%" stop-color="#fad0c4"/><stop offset="0.79%" stop-color="#fad0c4"/><stop offset="0.86%" stop-color="#fad0c4"/><stop offset="0.93%" stop-color="#fad0c4"/><stop offset="1%" stop-color="#fad0c4"/><stop offset="8.07%" stop-color="#fad0c8"/><stop offset="15.14%" stop-color="#fbd0cd"/><stop offset="22.21%" stop-color="#fbd0d1"/><stop offset="29.29%" stop-color="#fbd1d5"/><stop offset="36.36%" stop-color="#fcd1da"/><stop offset="43.43%" stop-color="#fcd1de"/><stop offset="50.5%" stop-color="#fcd1e2"/><stop offset="57.57%" stop-color="#fdd1e6"/><stop offset="64.64%" stop-color="#fdd1ea"/><stop offset="71.71%" stop-color="#fdd1ef"/><stop offset="78.79%" stop-color="#fed1f3"/><stop offset="85.86%" stop-color="#fed1f7"/><stop offset="92.93%" stop-color="#ffd1fb"/><stop offset="100%" stop-color="#ffd1ff"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
{
"spring-warmth": {
"$type": "gradient",
"$value": [
{
"color": {
"colorSpace": "srgb",
"components": [
0.98,
0.816,
0.769
],
"hex": "#fad0c4"
},
"position": 0
},
{
"color": {
"colorSpace": "srgb",
"components": [
0.98,
0.816,
0.769
],
"hex": "#fad0c4"
},
"position": 0.01
},
{
"color": {
"colorSpace": "srgb",
"components": [
1,
0.82,
1
],
"hex": "#ffd1ff"
},
"position": 1
}
],
"$extensions": {
"com.brandsweets": {
"kind": "linear",
"css": "linear-gradient(0deg in oklab, #fad0c4 0%, #fad0c4 1%, #ffd1ff 100%)",
"interpolation": "oklab",
"angle": 0,
"name": "Spring Warmth",
"contrast": {
"white": {
"ratio": 1.328,
"at": 1,
"passesAA": false,
"passesAALarge": false
},
"black": {
"ratio": 14.884,
"at": 0,
"passesAA": true,
"passesAALarge": true
},
"suggestedInk": "#000000"
}
}
},
"$description": "Spring Warmth (WebGradients, 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 Spring Warmth gradient (#fad0c4, #fad0c4, #ffd1ff), 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 WebGradients (MIT) — licences