Named gradient · uiGradients
Mango Pulp
Mango Pulp is a orange gradient from uiGradients (MIT) — #f09819 → #edde5d 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 100% (fails AA); black ink: worst 9.21:1 at 0% (AA) → use black text.
- Banding high: ~21px bands at 1440px — add grain 41 (≈3% soft-light noise) or shorten the ramp.
Export
.gradient {
background-image: linear-gradient(90deg, #f09819 0%, #f09d20 7.14%, #f0a227 14.29%, #f1a72c 21.43%, #f1ac31 28.57%, #f1b136 35.71%, #f1b63b 42.86%, #f0bb40 50%, #f0c044 57.14%, #f0c549 64.29%, #efca4d 71.43%, #efcf51 78.57%, #eed455 85.71%, #eed959 92.86%, #edde5d 100%);
background-image: linear-gradient(90deg in oklab, #f09819 0%, #edde5d 100%);
}bg-linear-to-r/oklab from-[#f09819] to-[#edde5d]
<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="#f09819"/><stop offset="7.14%" stop-color="#f09d20"/><stop offset="14.29%" stop-color="#f0a227"/><stop offset="21.43%" stop-color="#f1a72c"/><stop offset="28.57%" stop-color="#f1ac31"/><stop offset="35.71%" stop-color="#f1b136"/><stop offset="42.86%" stop-color="#f1b63b"/><stop offset="50%" stop-color="#f0bb40"/><stop offset="57.14%" stop-color="#f0c044"/><stop offset="64.29%" stop-color="#f0c549"/><stop offset="71.43%" stop-color="#efca4d"/><stop offset="78.57%" stop-color="#efcf51"/><stop offset="85.71%" stop-color="#eed455"/><stop offset="92.86%" stop-color="#eed959"/><stop offset="100%" stop-color="#edde5d"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
{
"mango-pulp": {
"$type": "gradient",
"$value": [
{
"color": {
"colorSpace": "srgb",
"components": [
0.941,
0.596,
0.098
],
"hex": "#f09819"
},
"position": 0
},
{
"color": {
"colorSpace": "srgb",
"components": [
0.929,
0.871,
0.365
],
"hex": "#edde5d"
},
"position": 1
}
],
"$extensions": {
"com.brandsweets": {
"kind": "linear",
"css": "linear-gradient(90deg in oklab, #f09819 0%, #edde5d 100%)",
"interpolation": "oklab",
"angle": 90,
"name": "Mango Pulp",
"contrast": {
"white": {
"ratio": 1.381,
"at": 1,
"passesAA": false,
"passesAALarge": false
},
"black": {
"ratio": 9.21,
"at": 0,
"passesAA": true,
"passesAALarge": true
},
"suggestedInk": "#000000"
}
}
},
"$description": "Mango Pulp (uiGradients, MIT), rendered in OKLab."
}
}Tagged
More orange 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 Mango Pulp gradient (#f09819, #edde5d), 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