Named gradient · uiGradients
Ibiza Sunset
Ibiza Sunset is a pink gradient from uiGradients (MIT) — #ee0979 → #ff6a00 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.87:1 at 99% (fails AA); black ink: worst 4.95:1 at 0% (AA) → use black text.
- Banding high: ~12px bands at 1440px — add grain 25 (≈2% soft-light noise) or shorten the ramp.
Export
.gradient {
background-image: linear-gradient(90deg, #ee0979 0%, #ef1c75 7.14%, #f02770 14.29%, #f2306c 21.43%, #f33867 28.57%, #f43e62 35.71%, #f5445c 42.86%, #f74a56 50%, #f84f50 57.14%, #f95449 64.29%, #fa5941 71.43%, #fb5d38 78.57%, #fd622d 85.71%, #fe661e 92.86%, #ff6a00 100%);
background-image: linear-gradient(90deg in oklab, #ee0979 0%, #ff6a00 100%);
}bg-linear-to-r/oklab from-[#ee0979] to-[#ff6a00]
<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="#ee0979"/><stop offset="7.14%" stop-color="#ef1c75"/><stop offset="14.29%" stop-color="#f02770"/><stop offset="21.43%" stop-color="#f2306c"/><stop offset="28.57%" stop-color="#f33867"/><stop offset="35.71%" stop-color="#f43e62"/><stop offset="42.86%" stop-color="#f5445c"/><stop offset="50%" stop-color="#f74a56"/><stop offset="57.14%" stop-color="#f84f50"/><stop offset="64.29%" stop-color="#f95449"/><stop offset="71.43%" stop-color="#fa5941"/><stop offset="78.57%" stop-color="#fb5d38"/><stop offset="85.71%" stop-color="#fd622d"/><stop offset="92.86%" stop-color="#fe661e"/><stop offset="100%" stop-color="#ff6a00"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
{
"ibiza-sunset": {
"$type": "gradient",
"$value": [
{
"color": {
"colorSpace": "srgb",
"components": [
0.933,
0.035,
0.475
],
"hex": "#ee0979"
},
"position": 0
},
{
"color": {
"colorSpace": "srgb",
"components": [
1,
0.416,
0
],
"hex": "#ff6a00"
},
"position": 1
}
],
"$extensions": {
"com.brandsweets": {
"kind": "linear",
"css": "linear-gradient(90deg in oklab, #ee0979 0%, #ff6a00 100%)",
"interpolation": "oklab",
"angle": 90,
"name": "Ibiza Sunset",
"contrast": {
"white": {
"ratio": 2.87,
"at": 0.9927,
"passesAA": false,
"passesAALarge": false
},
"black": {
"ratio": 4.951,
"at": 0,
"passesAA": true,
"passesAALarge": true
},
"suggestedInk": "#000000"
}
}
},
"$description": "Ibiza Sunset (uiGradients, MIT), rendered in OKLab."
}
}Tagged
More pink 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 Ibiza Sunset gradient (#ee0979, #ff6a00), 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