Named gradient · WebGradients
Blessing
Blessing is a yellow gradient from WebGradients (MIT) — #fddb92 → #d1fdff 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.09:1 at 99% (fails AA); black ink: worst 15.72:1 at 0% (AA) → use black text.
- Banding high: ~13px bands at 1440px — add grain 28 (≈2% soft-light noise) or shorten the ramp.
Export
.gradient {
background-image: linear-gradient(0deg, #fddb92 0%, #fade9b 7.14%, #f8e0a3 14.29%, #f5e3ab 21.43%, #f2e5b3 28.57%, #efe8bb 35.71%, #eceac3 42.86%, #e9edcb 50%, #e6efd2 57.14%, #e3f2da 64.29%, #dff4e1 71.43%, #dcf6e9 78.57%, #d8f9f0 85.71%, #d5fbf8 92.86%, #d1fdff 100%);
background-image: linear-gradient(0deg in oklab, #fddb92 0%, #d1fdff 100%);
}bg-linear-to-t/oklab from-[#fddb92] to-[#d1fdff]
<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="#fddb92"/><stop offset="7.14%" stop-color="#fade9b"/><stop offset="14.29%" stop-color="#f8e0a3"/><stop offset="21.43%" stop-color="#f5e3ab"/><stop offset="28.57%" stop-color="#f2e5b3"/><stop offset="35.71%" stop-color="#efe8bb"/><stop offset="42.86%" stop-color="#eceac3"/><stop offset="50%" stop-color="#e9edcb"/><stop offset="57.14%" stop-color="#e6efd2"/><stop offset="64.29%" stop-color="#e3f2da"/><stop offset="71.43%" stop-color="#dff4e1"/><stop offset="78.57%" stop-color="#dcf6e9"/><stop offset="85.71%" stop-color="#d8f9f0"/><stop offset="92.86%" stop-color="#d5fbf8"/><stop offset="100%" stop-color="#d1fdff"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
{
"blessing": {
"$type": "gradient",
"$value": [
{
"color": {
"colorSpace": "srgb",
"components": [
0.992,
0.859,
0.573
],
"hex": "#fddb92"
},
"position": 0
},
{
"color": {
"colorSpace": "srgb",
"components": [
0.82,
0.992,
1
],
"hex": "#d1fdff"
},
"position": 1
}
],
"$extensions": {
"com.brandsweets": {
"kind": "linear",
"css": "linear-gradient(0deg in oklab, #fddb92 0%, #d1fdff 100%)",
"interpolation": "oklab",
"angle": 0,
"name": "Blessing",
"contrast": {
"white": {
"ratio": 1.093,
"at": 0.9905,
"passesAA": false,
"passesAALarge": false
},
"black": {
"ratio": 15.724,
"at": 0,
"passesAA": true,
"passesAALarge": true
},
"suggestedInk": "#000000"
}
}
},
"$description": "Blessing (WebGradients, MIT), rendered in OKLab."
}
}Tagged
More yellow 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 Blessing gradient (#fddb92, #d1fdff), 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