Named gradient · uiGradients
Moonrise
Moonrise is a blue gradient from uiGradients (MIT) — #dae2f8 → #d6a4a4 at 90°. 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.29:1 at 0% (fails AA); black ink: worst 9.71:1 at 100% (AA) → use black text.
- Banding high: ~17px bands at 1440px — add grain 35 (≈2% soft-light noise) or shorten the ramp.
Export
.gradient {
background-image: linear-gradient(90deg, #dae2f8 0%, #dadef2 7.14%, #dad9ec 14.29%, #dad5e6 21.43%, #dad0e0 28.57%, #daccda 35.71%, #dac7d4 42.86%, #d9c3ce 50%, #d9bfc8 57.14%, #d9bac2 64.29%, #d8b6bc 71.43%, #d8b1b6 78.57%, #d7adb0 85.71%, #d7a8aa 92.86%, #d6a4a4 100%);
background-image: linear-gradient(90deg in oklab, #dae2f8 0%, #d6a4a4 100%);
}bg-linear-to-r/oklab from-[#dae2f8] to-[#d6a4a4]
<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="0" y1="300" x2="1440" y2="300"><stop offset="0%" stop-color="#dae2f8"/><stop offset="7.14%" stop-color="#dadef2"/><stop offset="14.29%" stop-color="#dad9ec"/><stop offset="21.43%" stop-color="#dad5e6"/><stop offset="28.57%" stop-color="#dad0e0"/><stop offset="35.71%" stop-color="#daccda"/><stop offset="42.86%" stop-color="#dac7d4"/><stop offset="50%" stop-color="#d9c3ce"/><stop offset="57.14%" stop-color="#d9bfc8"/><stop offset="64.29%" stop-color="#d9bac2"/><stop offset="71.43%" stop-color="#d8b6bc"/><stop offset="78.57%" stop-color="#d8b1b6"/><stop offset="85.71%" stop-color="#d7adb0"/><stop offset="92.86%" stop-color="#d7a8aa"/><stop offset="100%" stop-color="#d6a4a4"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
{
"moonrise": {
"$type": "gradient",
"$value": [
{
"color": {
"colorSpace": "srgb",
"components": [
0.855,
0.886,
0.973
],
"hex": "#dae2f8"
},
"position": 0
},
{
"color": {
"colorSpace": "srgb",
"components": [
0.839,
0.643,
0.643
],
"hex": "#d6a4a4"
},
"position": 1
}
],
"$extensions": {
"com.brandsweets": {
"kind": "linear",
"css": "linear-gradient(90deg in oklab, #dae2f8 0%, #d6a4a4 100%)",
"interpolation": "oklab",
"angle": 90,
"name": "Moonrise",
"contrast": {
"white": {
"ratio": 1.295,
"at": 0,
"passesAA": false,
"passesAALarge": false
},
"black": {
"ratio": 9.705,
"at": 1,
"passesAA": true,
"passesAALarge": true
},
"suggestedInk": "#000000"
}
}
},
"$description": "Moonrise (uiGradients, MIT), rendered in OKLab."
}
}Tagged
More blue 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 Moonrise gradient (#dae2f8, #d6a4a4), 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 uiGradients (MIT) — licences