Named gradient · uiGradients
EasyMed
EasyMed is a yellow gradient from uiGradients (MIT) — #dce35b → #45b649 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.38:1 at 0% (fails AA); black ink: worst 8.04:1 at 100% (AA) → use black text.
- Banding high: ~10px bands at 1440px — add grain 19 (≈2% soft-light noise) or shorten the ramp.
Export
.gradient {
background-image: linear-gradient(90deg, #dce35b 0%, #d3e05a 7.14%, #c9dd58 14.29%, #c0da57 21.43%, #b6d756 28.57%, #acd355 35.71%, #a3d053 42.86%, #99cd52 50%, #8eca51 57.14%, #84c750 64.29%, #79c34e 71.43%, #6dc04d 78.57%, #61bd4c 85.71%, #54b94a 92.86%, #45b649 100%);
background-image: linear-gradient(90deg in oklab, #dce35b 0%, #45b649 100%);
}bg-linear-to-r/oklab from-[#dce35b] to-[#45b649]
<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="#dce35b"/><stop offset="7.14%" stop-color="#d3e05a"/><stop offset="14.29%" stop-color="#c9dd58"/><stop offset="21.43%" stop-color="#c0da57"/><stop offset="28.57%" stop-color="#b6d756"/><stop offset="35.71%" stop-color="#acd355"/><stop offset="42.86%" stop-color="#a3d053"/><stop offset="50%" stop-color="#99cd52"/><stop offset="57.14%" stop-color="#8eca51"/><stop offset="64.29%" stop-color="#84c750"/><stop offset="71.43%" stop-color="#79c34e"/><stop offset="78.57%" stop-color="#6dc04d"/><stop offset="85.71%" stop-color="#61bd4c"/><stop offset="92.86%" stop-color="#54b94a"/><stop offset="100%" stop-color="#45b649"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
{
"easymed": {
"$type": "gradient",
"$value": [
{
"color": {
"colorSpace": "srgb",
"components": [
0.863,
0.89,
0.357
],
"hex": "#dce35b"
},
"position": 0
},
{
"color": {
"colorSpace": "srgb",
"components": [
0.271,
0.714,
0.286
],
"hex": "#45b649"
},
"position": 1
}
],
"$extensions": {
"com.brandsweets": {
"kind": "linear",
"css": "linear-gradient(90deg in oklab, #dce35b 0%, #45b649 100%)",
"interpolation": "oklab",
"angle": 90,
"name": "EasyMed",
"contrast": {
"white": {
"ratio": 1.383,
"at": 0,
"passesAA": false,
"passesAALarge": false
},
"black": {
"ratio": 8.04,
"at": 1,
"passesAA": true,
"passesAALarge": true
},
"suggestedInk": "#000000"
}
}
},
"$description": "EasyMed (uiGradients, MIT), rendered in OKLab."
}
}Tagged
More yellow 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 EasyMed gradient (#dce35b, #45b649), 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