Named gradient · WebGradients
Above The Sky
Above The Sky is a neutral gradient from WebGradients (MIT) — #d3d3d3 → #d3d3d3 → #e0e0e0 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.32:1 at 25% (fails AA); black ink: worst 14.03:1 at 0% (AA) → use black text.
- Banding high: ~28px bands at 1440px — add grain 50 (≈3% soft-light noise) or shorten the ramp.
Export
.gradient {
background-image: linear-gradient(0deg, #d3d3d3 0%, #d3d3d3 0.07%, #d3d3d3 0.14%, #d3d3d3 0.21%, #d3d3d3 0.29%, #d3d3d3 0.36%, #d3d3d3 0.43%, #d3d3d3 0.5%, #d3d3d3 0.57%, #d3d3d3 0.64%, #d3d3d3 0.71%, #d3d3d3 0.79%, #d3d3d3 0.86%, #d3d3d3 0.93%, #d3d3d3 1%, #d4d4d4 2.79%, #d5d5d5 4.57%, #d6d6d6 6.36%, #d7d7d7 8.14%, #d8d8d8 9.93%, #d9d9d9 11.71%, #d9d9d9 13.5%, #dadada 15.29%, #dbdbdb 17.07%, #dcdcdc 18.86%, #dddddd 20.64%, #dedede 22.43%, #dfdfdf 24.21%, #e0e0e0 26%);
background-image: linear-gradient(0deg in oklab, #d3d3d3 0%, #d3d3d3 1%, #e0e0e0 26%);
}bg-linear-to-t/oklab from-[#d3d3d3] via-[#d3d3d3] via-1% to-[#e0e0e0] to-26%
<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="#d3d3d3"/><stop offset="0.07%" stop-color="#d3d3d3"/><stop offset="0.14%" stop-color="#d3d3d3"/><stop offset="0.21%" stop-color="#d3d3d3"/><stop offset="0.29%" stop-color="#d3d3d3"/><stop offset="0.36%" stop-color="#d3d3d3"/><stop offset="0.43%" stop-color="#d3d3d3"/><stop offset="0.5%" stop-color="#d3d3d3"/><stop offset="0.57%" stop-color="#d3d3d3"/><stop offset="0.64%" stop-color="#d3d3d3"/><stop offset="0.71%" stop-color="#d3d3d3"/><stop offset="0.79%" stop-color="#d3d3d3"/><stop offset="0.86%" stop-color="#d3d3d3"/><stop offset="0.93%" stop-color="#d3d3d3"/><stop offset="1%" stop-color="#d3d3d3"/><stop offset="2.79%" stop-color="#d4d4d4"/><stop offset="4.57%" stop-color="#d5d5d5"/><stop offset="6.36%" stop-color="#d6d6d6"/><stop offset="8.14%" stop-color="#d7d7d7"/><stop offset="9.93%" stop-color="#d8d8d8"/><stop offset="11.71%" stop-color="#d9d9d9"/><stop offset="13.5%" stop-color="#d9d9d9"/><stop offset="15.29%" stop-color="#dadada"/><stop offset="17.07%" stop-color="#dbdbdb"/><stop offset="18.86%" stop-color="#dcdcdc"/><stop offset="20.64%" stop-color="#dddddd"/><stop offset="22.43%" stop-color="#dedede"/><stop offset="24.21%" stop-color="#dfdfdf"/><stop offset="26%" stop-color="#e0e0e0"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
{
"above-the-sky": {
"$type": "gradient",
"$value": [
{
"color": {
"colorSpace": "srgb",
"components": [
0.827,
0.827,
0.827
],
"hex": "#d3d3d3"
},
"position": 0
},
{
"color": {
"colorSpace": "srgb",
"components": [
0.827,
0.827,
0.827
],
"hex": "#d3d3d3"
},
"position": 0.01
},
{
"color": {
"colorSpace": "srgb",
"components": [
0.878,
0.878,
0.878
],
"hex": "#e0e0e0"
},
"position": 0.26
}
],
"$extensions": {
"com.brandsweets": {
"kind": "linear",
"css": "linear-gradient(0deg in oklab, #d3d3d3 0%, #d3d3d3 1%, #e0e0e0 26%)",
"interpolation": "oklab",
"angle": 0,
"name": "Above The Sky",
"contrast": {
"white": {
"ratio": 1.32,
"at": 0.254,
"passesAA": false,
"passesAALarge": false
},
"black": {
"ratio": 14.028,
"at": 0,
"passesAA": true,
"passesAALarge": true
},
"suggestedInk": "#000000"
}
}
},
"$description": "Above The Sky (WebGradients, MIT), rendered in OKLab."
}
}Tagged
More neutral 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 Above The Sky gradient (#d3d3d3, #d3d3d3, #e0e0e0), 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