Named gradient · WebGradients
Colorful Peach
Colorful Peach is a red gradient from WebGradients (MIT) — #ed6ea0 → #ec8c69 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 2.46:1 at 98% (fails AA); black ink: worst 7.33:1 at 1% (AA) → use black text.
- Banding high: ~26px bands at 1440px — add grain 49 (≈3% soft-light noise) or shorten the ramp.
Export
.gradient {
background-image: linear-gradient(0deg, #ed6ea0 0%, #ed709d 7.14%, #ed7399 14.29%, #ed7596 21.43%, #ed7892 28.57%, #ed7a8e 35.71%, #ed7c8b 42.86%, #ec7e87 50%, #ec8083 57.14%, #ec827f 64.29%, #ec847b 71.43%, #ec8677 78.57%, #ec8872 85.71%, #ec8a6e 92.86%, #ec8c69 100%);
background-image: linear-gradient(0deg in oklab, #ed6ea0 0%, #ec8c69 100%);
}bg-linear-to-t/oklab from-[#ed6ea0] to-[#ec8c69]
<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="#ed6ea0"/><stop offset="7.14%" stop-color="#ed709d"/><stop offset="14.29%" stop-color="#ed7399"/><stop offset="21.43%" stop-color="#ed7596"/><stop offset="28.57%" stop-color="#ed7892"/><stop offset="35.71%" stop-color="#ed7a8e"/><stop offset="42.86%" stop-color="#ed7c8b"/><stop offset="50%" stop-color="#ec7e87"/><stop offset="57.14%" stop-color="#ec8083"/><stop offset="64.29%" stop-color="#ec827f"/><stop offset="71.43%" stop-color="#ec847b"/><stop offset="78.57%" stop-color="#ec8677"/><stop offset="85.71%" stop-color="#ec8872"/><stop offset="92.86%" stop-color="#ec8a6e"/><stop offset="100%" stop-color="#ec8c69"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
{
"colorful-peach": {
"$type": "gradient",
"$value": [
{
"color": {
"colorSpace": "srgb",
"components": [
0.929,
0.431,
0.627
],
"hex": "#ed6ea0"
},
"position": 0
},
{
"color": {
"colorSpace": "srgb",
"components": [
0.925,
0.549,
0.412
],
"hex": "#ec8c69"
},
"position": 1
}
],
"$extensions": {
"com.brandsweets": {
"kind": "linear",
"css": "linear-gradient(0deg in oklab, #ed6ea0 0%, #ec8c69 100%)",
"interpolation": "oklab",
"angle": 0,
"name": "Colorful Peach",
"contrast": {
"white": {
"ratio": 2.463,
"at": 0.9841,
"passesAA": false,
"passesAALarge": false
},
"black": {
"ratio": 7.332,
"at": 0.0142,
"passesAA": true,
"passesAALarge": true
},
"suggestedInk": "#000000"
}
}
},
"$description": "Colorful Peach (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 Colorful Peach gradient (#ed6ea0, #ec8c69), 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