Named gradient · uiGradients
Metapolis
Metapolis is a teal gradient from uiGradients (MIT) — #659999 → #f4791f 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 2.76:1 at 99% (fails AA); black ink: worst 6.57:1 at 0% (AA) → use black text.
- Banding high: ~10px bands at 1440px — add grain 21 (≈2% soft-light noise) or shorten the ramp.
Export
.gradient {
background-image: linear-gradient(90deg, #659999 0%, #739893 7.14%, #80978d 14.29%, #8b9687 21.43%, #979481 28.57%, #a1937a 35.71%, #ab9173 42.86%, #b58f6c 50%, #bf8c64 57.14%, #c88a5c 64.29%, #d18754 71.43%, #da844a 78.57%, #e3813f 85.71%, #eb7d31 92.86%, #f4791f 100%);
background-image: linear-gradient(90deg in oklab, #659999 0%, #f4791f 100%);
}bg-linear-to-r/oklab from-[#659999] to-[#f4791f]
<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="#659999"/><stop offset="7.14%" stop-color="#739893"/><stop offset="14.29%" stop-color="#80978d"/><stop offset="21.43%" stop-color="#8b9687"/><stop offset="28.57%" stop-color="#979481"/><stop offset="35.71%" stop-color="#a1937a"/><stop offset="42.86%" stop-color="#ab9173"/><stop offset="50%" stop-color="#b58f6c"/><stop offset="57.14%" stop-color="#bf8c64"/><stop offset="64.29%" stop-color="#c88a5c"/><stop offset="71.43%" stop-color="#d18754"/><stop offset="78.57%" stop-color="#da844a"/><stop offset="85.71%" stop-color="#e3813f"/><stop offset="92.86%" stop-color="#eb7d31"/><stop offset="100%" stop-color="#f4791f"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
{
"metapolis": {
"$type": "gradient",
"$value": [
{
"color": {
"colorSpace": "srgb",
"components": [
0.396,
0.6,
0.6
],
"hex": "#659999"
},
"position": 0
},
{
"color": {
"colorSpace": "srgb",
"components": [
0.957,
0.475,
0.122
],
"hex": "#f4791f"
},
"position": 1
}
],
"$extensions": {
"com.brandsweets": {
"kind": "linear",
"css": "linear-gradient(90deg in oklab, #659999 0%, #f4791f 100%)",
"interpolation": "oklab",
"angle": 90,
"name": "Metapolis",
"contrast": {
"white": {
"ratio": 2.756,
"at": 0.9889,
"passesAA": false,
"passesAALarge": false
},
"black": {
"ratio": 6.57,
"at": 0,
"passesAA": true,
"passesAALarge": true
},
"suggestedInk": "#000000"
}
}
},
"$description": "Metapolis (uiGradients, MIT), rendered in OKLab."
}
}Tagged
More teal 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 Metapolis gradient (#659999, #f4791f), 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