Named gradient · WebGradients
Millennium Pine
Millennium Pine is a green gradient from WebGradients (MIT) — #50cc7f → #f5d100 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.50:1 at 100% (fails AA); black ink: worst 10.29:1 at 0% (AA) → use black text.
- Banding high: ~9px bands at 1440px — add grain 18 (≈2% soft-light noise) or shorten the ramp.
Export
.gradient {
background-image: linear-gradient(0deg, #50cc7f 0%, #63cd7b 7.14%, #72ce77 14.29%, #80ce72 21.43%, #8dcf6d 28.57%, #99cf68 35.71%, #a5d062 42.86%, #b0d05d 50%, #bad156 57.14%, #c5d14f 64.29%, #cfd147 71.43%, #d9d13d 78.57%, #e2d132 85.71%, #ecd122 92.86%, #f5d100 100%);
background-image: linear-gradient(0deg in oklab, #50cc7f 0%, #f5d100 100%);
}bg-linear-to-t/oklab from-[#50cc7f] to-[#f5d100]
<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="#50cc7f"/><stop offset="7.14%" stop-color="#63cd7b"/><stop offset="14.29%" stop-color="#72ce77"/><stop offset="21.43%" stop-color="#80ce72"/><stop offset="28.57%" stop-color="#8dcf6d"/><stop offset="35.71%" stop-color="#99cf68"/><stop offset="42.86%" stop-color="#a5d062"/><stop offset="50%" stop-color="#b0d05d"/><stop offset="57.14%" stop-color="#bad156"/><stop offset="64.29%" stop-color="#c5d14f"/><stop offset="71.43%" stop-color="#cfd147"/><stop offset="78.57%" stop-color="#d9d13d"/><stop offset="85.71%" stop-color="#e2d132"/><stop offset="92.86%" stop-color="#ecd122"/><stop offset="100%" stop-color="#f5d100"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
{
"millennium-pine": {
"$type": "gradient",
"$value": [
{
"color": {
"colorSpace": "srgb",
"components": [
0.314,
0.8,
0.498
],
"hex": "#50cc7f"
},
"position": 0
},
{
"color": {
"colorSpace": "srgb",
"components": [
0.961,
0.82,
0
],
"hex": "#f5d100"
},
"position": 1
}
],
"$extensions": {
"com.brandsweets": {
"kind": "linear",
"css": "linear-gradient(0deg in oklab, #50cc7f 0%, #f5d100 100%)",
"interpolation": "oklab",
"angle": 0,
"name": "Millennium Pine",
"contrast": {
"white": {
"ratio": 1.5,
"at": 1,
"passesAA": false,
"passesAALarge": false
},
"black": {
"ratio": 10.285,
"at": 0,
"passesAA": true,
"passesAALarge": true
},
"suggestedInk": "#000000"
}
}
},
"$description": "Millennium Pine (WebGradients, MIT), rendered in OKLab."
}
}Tagged
More green 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 Millennium Pine gradient (#50cc7f, #f5d100), 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