Named gradient · WebGradients
Fresh Oasis
Fresh Oasis is a blue gradient from WebGradients (MIT) — #7de2fc → #b9b6e5 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 1.48:1 at 1% (fails AA); black ink: worst 10.88:1 at 100% (AA) → use black text.
- Banding high: ~24px bands at 1440px — add grain 46 (≈3% soft-light noise) or shorten the ramp.
Export
.gradient {
background-image: linear-gradient(135deg, #7de2fc 0%, #83dffa 7.14%, #89dcf9 14.29%, #8ed9f7 21.43%, #93d6f5 28.57%, #98d3f4 35.71%, #9ccff2 42.86%, #a1ccf0 50%, #a5c9ef 57.14%, #a8c6ed 64.29%, #acc3ec 71.43%, #b0c0ea 78.57%, #b3bce8 85.71%, #b6b9e7 92.86%, #b9b6e5 100%);
background-image: linear-gradient(135deg in oklab, #7de2fc 0%, #b9b6e5 100%);
}bg-linear-to-br/oklab from-[#7de2fc] to-[#b9b6e5]
<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="#7de2fc"/><stop offset="7.14%" stop-color="#83dffa"/><stop offset="14.29%" stop-color="#89dcf9"/><stop offset="21.43%" stop-color="#8ed9f7"/><stop offset="28.57%" stop-color="#93d6f5"/><stop offset="35.71%" stop-color="#98d3f4"/><stop offset="42.86%" stop-color="#9ccff2"/><stop offset="50%" stop-color="#a1ccf0"/><stop offset="57.14%" stop-color="#a5c9ef"/><stop offset="64.29%" stop-color="#a8c6ed"/><stop offset="71.43%" stop-color="#acc3ec"/><stop offset="78.57%" stop-color="#b0c0ea"/><stop offset="85.71%" stop-color="#b3bce8"/><stop offset="92.86%" stop-color="#b6b9e7"/><stop offset="100%" stop-color="#b9b6e5"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
{
"fresh-oasis": {
"$type": "gradient",
"$value": [
{
"color": {
"colorSpace": "srgb",
"components": [
0.49,
0.886,
0.988
],
"hex": "#7de2fc"
},
"position": 0
},
{
"color": {
"colorSpace": "srgb",
"components": [
0.725,
0.714,
0.898
],
"hex": "#b9b6e5"
},
"position": 1
}
],
"$extensions": {
"com.brandsweets": {
"kind": "linear",
"css": "linear-gradient(135deg in oklab, #7de2fc 0%, #b9b6e5 100%)",
"interpolation": "oklab",
"angle": 135,
"name": "Fresh Oasis",
"contrast": {
"white": {
"ratio": 1.482,
"at": 0.0117,
"passesAA": false,
"passesAALarge": false
},
"black": {
"ratio": 10.885,
"at": 1,
"passesAA": true,
"passesAALarge": true
},
"suggestedInk": "#000000"
}
}
},
"$description": "Fresh Oasis (WebGradients, 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 Fresh Oasis gradient (#7de2fc, #b9b6e5), 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