Named gradient · uiGradients
Honey Dew
Honey Dew is a teal gradient from uiGradients (MIT) — #43c6ac → #f8ffae 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.05:1 at 100% (fails AA); black ink: worst 9.91:1 at 0% (AA) → use black text.
- Banding medium: ~8px bands at 1440px — add grain 16 (≈2% soft-light noise) or shorten the ramp.
Export
.gradient {
background-image: linear-gradient(90deg, #43c6ac 0%, #56caad 7.14%, #66cead 14.29%, #75d3ae 21.43%, #83d7ae 28.57%, #90dbae 35.71%, #9cdfaf 42.86%, #a9e3af 50%, #b4e7af 57.14%, #c0ebaf 64.29%, #cbefaf 71.43%, #d7f3af 78.57%, #e2f7af 85.71%, #edfbae 92.86%, #f8ffae 100%);
background-image: linear-gradient(90deg in oklab, #43c6ac 0%, #f8ffae 100%);
}bg-linear-to-r/oklab from-[#43c6ac] to-[#f8ffae]
<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="#43c6ac"/><stop offset="7.14%" stop-color="#56caad"/><stop offset="14.29%" stop-color="#66cead"/><stop offset="21.43%" stop-color="#75d3ae"/><stop offset="28.57%" stop-color="#83d7ae"/><stop offset="35.71%" stop-color="#90dbae"/><stop offset="42.86%" stop-color="#9cdfaf"/><stop offset="50%" stop-color="#a9e3af"/><stop offset="57.14%" stop-color="#b4e7af"/><stop offset="64.29%" stop-color="#c0ebaf"/><stop offset="71.43%" stop-color="#cbefaf"/><stop offset="78.57%" stop-color="#d7f3af"/><stop offset="85.71%" stop-color="#e2f7af"/><stop offset="92.86%" stop-color="#edfbae"/><stop offset="100%" stop-color="#f8ffae"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
{
"honey-dew": {
"$type": "gradient",
"$value": [
{
"color": {
"colorSpace": "srgb",
"components": [
0.263,
0.776,
0.675
],
"hex": "#43c6ac"
},
"position": 0
},
{
"color": {
"colorSpace": "srgb",
"components": [
0.973,
1,
0.682
],
"hex": "#f8ffae"
},
"position": 1
}
],
"$extensions": {
"com.brandsweets": {
"kind": "linear",
"css": "linear-gradient(90deg in oklab, #43c6ac 0%, #f8ffae 100%)",
"interpolation": "oklab",
"angle": 90,
"name": "Honey Dew",
"contrast": {
"white": {
"ratio": 1.055,
"at": 1,
"passesAA": false,
"passesAALarge": false
},
"black": {
"ratio": 9.912,
"at": 0,
"passesAA": true,
"passesAALarge": true
},
"suggestedInk": "#000000"
}
}
},
"$description": "Honey Dew (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 Honey Dew gradient (#43c6ac, #f8ffae), 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