Named gradient · WebGradients
Frozen Dreams
Frozen Dreams is a pink gradient from WebGradients (MIT) — #fdcbf1 → #fdcbf1 → #e6dee9 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.31:1 at 98% (fails AA); black ink: worst 14.95:1 at 4% (AA) → use black text.
- Banding high: ~62px bands at 1440px — add grain 50 (≈3% soft-light noise) or shorten the ramp.
Export
.gradient {
background-image: linear-gradient(0deg, #fdcbf1 0%, #fdcbf1 0.07%, #fdcbf1 0.14%, #fdcbf1 0.21%, #fdcbf1 0.29%, #fdcbf1 0.36%, #fdcbf1 0.43%, #fdcbf1 0.5%, #fdcbf1 0.57%, #fdcbf1 0.64%, #fdcbf1 0.71%, #fdcbf1 0.79%, #fdcbf1 0.86%, #fdcbf1 0.93%, #fdcbf1 1%, #fbccf0 8.07%, #facef0 15.14%, #f8cfef 22.21%, #f7d1ef 29.29%, #f5d2ee 36.36%, #f4d3ee 43.43%, #f2d5ed 50.5%, #f0d6ec 57.57%, #efd7ec 64.64%, #edd9eb 71.71%, #ebdaeb 78.79%, #eadbea 85.86%, #e8ddea 92.93%, #e6dee9 100%);
background-image: linear-gradient(0deg in oklab, #fdcbf1 0%, #fdcbf1 1%, #e6dee9 100%);
}bg-linear-to-t/oklab from-[#fdcbf1] via-[#fdcbf1] via-1% to-[#e6dee9]
<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="#fdcbf1"/><stop offset="0.07%" stop-color="#fdcbf1"/><stop offset="0.14%" stop-color="#fdcbf1"/><stop offset="0.21%" stop-color="#fdcbf1"/><stop offset="0.29%" stop-color="#fdcbf1"/><stop offset="0.36%" stop-color="#fdcbf1"/><stop offset="0.43%" stop-color="#fdcbf1"/><stop offset="0.5%" stop-color="#fdcbf1"/><stop offset="0.57%" stop-color="#fdcbf1"/><stop offset="0.64%" stop-color="#fdcbf1"/><stop offset="0.71%" stop-color="#fdcbf1"/><stop offset="0.79%" stop-color="#fdcbf1"/><stop offset="0.86%" stop-color="#fdcbf1"/><stop offset="0.93%" stop-color="#fdcbf1"/><stop offset="1%" stop-color="#fdcbf1"/><stop offset="8.07%" stop-color="#fbccf0"/><stop offset="15.14%" stop-color="#facef0"/><stop offset="22.21%" stop-color="#f8cfef"/><stop offset="29.29%" stop-color="#f7d1ef"/><stop offset="36.36%" stop-color="#f5d2ee"/><stop offset="43.43%" stop-color="#f4d3ee"/><stop offset="50.5%" stop-color="#f2d5ed"/><stop offset="57.57%" stop-color="#f0d6ec"/><stop offset="64.64%" stop-color="#efd7ec"/><stop offset="71.71%" stop-color="#edd9eb"/><stop offset="78.79%" stop-color="#ebdaeb"/><stop offset="85.86%" stop-color="#eadbea"/><stop offset="92.93%" stop-color="#e8ddea"/><stop offset="100%" stop-color="#e6dee9"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
{
"frozen-dreams": {
"$type": "gradient",
"$value": [
{
"color": {
"colorSpace": "srgb",
"components": [
0.992,
0.796,
0.945
],
"hex": "#fdcbf1"
},
"position": 0
},
{
"color": {
"colorSpace": "srgb",
"components": [
0.992,
0.796,
0.945
],
"hex": "#fdcbf1"
},
"position": 0.01
},
{
"color": {
"colorSpace": "srgb",
"components": [
0.902,
0.871,
0.914
],
"hex": "#e6dee9"
},
"position": 1
}
],
"$extensions": {
"com.brandsweets": {
"kind": "linear",
"css": "linear-gradient(0deg in oklab, #fdcbf1 0%, #fdcbf1 1%, #e6dee9 100%)",
"interpolation": "oklab",
"angle": 0,
"name": "Frozen Dreams",
"contrast": {
"white": {
"ratio": 1.313,
"at": 0.9841,
"passesAA": false,
"passesAALarge": false
},
"black": {
"ratio": 14.952,
"at": 0.035,
"passesAA": true,
"passesAALarge": true
},
"suggestedInk": "#000000"
}
}
},
"$description": "Frozen Dreams (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 Frozen Dreams gradient (#fdcbf1, #fdcbf1, #e6dee9), 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