Named gradient · uiGradients
Harmonic Energy
Harmonic Energy is a teal gradient from uiGradients (MIT) — #16a085 → #f4d03f 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.51:1 at 100% (fails AA); black ink: worst 6.40:1 at 0% (AA) → use black text.
- Banding medium: ~6px bands at 1440px — add grain 12 (≈1% soft-light noise) or shorten the ramp.
Export
.gradient {
background-image: linear-gradient(90deg, #16a085 0%, #39a483 7.14%, #4fa880 14.29%, #61ac7d 21.43%, #71af7a 28.57%, #80b377 35.71%, #8eb773 42.86%, #9bba6f 50%, #a9bd6b 57.14%, #b5c166 64.29%, #c2c460 71.43%, #cfc75a 78.57%, #dbca52 85.71%, #e8cd4a 92.86%, #f4d03f 100%);
background-image: linear-gradient(90deg in oklab, #16a085 0%, #f4d03f 100%);
}bg-linear-to-r/oklab from-[#16a085] to-[#f4d03f]
<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="#16a085"/><stop offset="7.14%" stop-color="#39a483"/><stop offset="14.29%" stop-color="#4fa880"/><stop offset="21.43%" stop-color="#61ac7d"/><stop offset="28.57%" stop-color="#71af7a"/><stop offset="35.71%" stop-color="#80b377"/><stop offset="42.86%" stop-color="#8eb773"/><stop offset="50%" stop-color="#9bba6f"/><stop offset="57.14%" stop-color="#a9bd6b"/><stop offset="64.29%" stop-color="#b5c166"/><stop offset="71.43%" stop-color="#c2c460"/><stop offset="78.57%" stop-color="#cfc75a"/><stop offset="85.71%" stop-color="#dbca52"/><stop offset="92.86%" stop-color="#e8cd4a"/><stop offset="100%" stop-color="#f4d03f"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
{
"harmonic-energy": {
"$type": "gradient",
"$value": [
{
"color": {
"colorSpace": "srgb",
"components": [
0.086,
0.627,
0.522
],
"hex": "#16a085"
},
"position": 0
},
{
"color": {
"colorSpace": "srgb",
"components": [
0.957,
0.816,
0.247
],
"hex": "#f4d03f"
},
"position": 1
}
],
"$extensions": {
"com.brandsweets": {
"kind": "linear",
"css": "linear-gradient(90deg in oklab, #16a085 0%, #f4d03f 100%)",
"interpolation": "oklab",
"angle": 90,
"name": "Harmonic Energy",
"contrast": {
"white": {
"ratio": 1.506,
"at": 1,
"passesAA": false,
"passesAALarge": false
},
"black": {
"ratio": 6.401,
"at": 0,
"passesAA": true,
"passesAALarge": true
},
"suggestedInk": "#000000"
}
}
},
"$description": "Harmonic Energy (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 Harmonic Energy gradient (#16a085, #f4d03f), 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