Named gradient · WebGradients
Sweet Dessert
Sweet Dessert is a pink gradient from WebGradients (MIT) — #7742b2 → #f180ff → #fd8bd9 at 135°. 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.13:1 at 98% (fails AA); black ink: worst 3.21: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 high: ~18px bands at 1440px — add grain 37 (≈2% soft-light noise) or shorten the ramp.
Export
.gradient {
background-image: linear-gradient(135deg, #7742b2 0%, #7f47b7 3.71%, #874bbd 7.43%, #904fc2 11.14%, #9854c8 14.86%, #a158cd 18.57%, #a95dd3 22.29%, #b261d8 26%, #bb66de 29.71%, #c46ae3 33.43%, #cd6ee9 37.14%, #d673ee 40.86%, #df77f4 44.57%, #e87cf9 48.29%, #f180ff 52%, #f281fc 55.43%, #f382fa 58.86%, #f383f7 62.29%, #f484f4 65.71%, #f584f2 69.14%, #f685ef 72.57%, #f786ec 76%, #f887ea 79.43%, #f988e7 82.86%, #f988e4 86.29%, #fa89e1 89.71%, #fb8adf 93.14%, #fc8adc 96.57%, #fd8bd9 100%);
background-image: linear-gradient(135deg in oklab, #7742b2 0%, #f180ff 52%, #fd8bd9 100%);
}bg-linear-to-br/oklab from-[#7742b2] via-[#f180ff] via-52% to-[#fd8bd9]
<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="210" y1="-210" x2="1230" y2="810"><stop offset="0%" stop-color="#7742b2"/><stop offset="3.71%" stop-color="#7f47b7"/><stop offset="7.43%" stop-color="#874bbd"/><stop offset="11.14%" stop-color="#904fc2"/><stop offset="14.86%" stop-color="#9854c8"/><stop offset="18.57%" stop-color="#a158cd"/><stop offset="22.29%" stop-color="#a95dd3"/><stop offset="26%" stop-color="#b261d8"/><stop offset="29.71%" stop-color="#bb66de"/><stop offset="33.43%" stop-color="#c46ae3"/><stop offset="37.14%" stop-color="#cd6ee9"/><stop offset="40.86%" stop-color="#d673ee"/><stop offset="44.57%" stop-color="#df77f4"/><stop offset="48.29%" stop-color="#e87cf9"/><stop offset="52%" stop-color="#f180ff"/><stop offset="55.43%" stop-color="#f281fc"/><stop offset="58.86%" stop-color="#f382fa"/><stop offset="62.29%" stop-color="#f383f7"/><stop offset="65.71%" stop-color="#f484f4"/><stop offset="69.14%" stop-color="#f584f2"/><stop offset="72.57%" stop-color="#f685ef"/><stop offset="76%" stop-color="#f786ec"/><stop offset="79.43%" stop-color="#f887ea"/><stop offset="82.86%" stop-color="#f988e7"/><stop offset="86.29%" stop-color="#f988e4"/><stop offset="89.71%" stop-color="#fa89e1"/><stop offset="93.14%" stop-color="#fb8adf"/><stop offset="96.57%" stop-color="#fc8adc"/><stop offset="100%" stop-color="#fd8bd9"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
{
"sweet-dessert": {
"$type": "gradient",
"$value": [
{
"color": {
"colorSpace": "srgb",
"components": [
0.467,
0.259,
0.698
],
"hex": "#7742b2"
},
"position": 0
},
{
"color": {
"colorSpace": "srgb",
"components": [
0.945,
0.502,
1
],
"hex": "#f180ff"
},
"position": 0.52
},
{
"color": {
"colorSpace": "srgb",
"components": [
0.992,
0.545,
0.851
],
"hex": "#fd8bd9"
},
"position": 1
}
],
"$extensions": {
"com.brandsweets": {
"kind": "linear",
"css": "linear-gradient(135deg in oklab, #7742b2 0%, #f180ff 52%, #fd8bd9 100%)",
"interpolation": "oklab",
"angle": 135,
"name": "Sweet Dessert",
"contrast": {
"white": {
"ratio": 2.125,
"at": 0.9841,
"passesAA": false,
"passesAALarge": false
},
"black": {
"ratio": 3.207,
"at": 0,
"passesAA": false,
"passesAALarge": true
},
"suggestedInk": "#000000"
}
}
},
"$description": "Sweet Dessert (WebGradients, MIT), rendered in OKLab."
}
}Tagged
More pink 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 Dessert gradient (#7742b2, #f180ff, #fd8bd9), 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