Named gradient · uiGradients
Andreuzza's
Andreuzza's is a pink gradient from uiGradients (MIT) — #d70652 → #ff025e 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 3.87:1 at 100% (AA-large only); black ink: worst 4.04:1 at 0% (AA-large only) → use black text.
- Body text fails AA everywhere on this gradient; large text (≥24px / 19px bold) is fine. Add a scrim or lower the chroma for body copy.
- Banding high: ~36px bands at 1440px — add grain 50 (≈3% soft-light noise) or shorten the ramp.
Export
.gradient {
background-image: linear-gradient(90deg, #d70652 0%, #da0653 7.14%, #dd0654 14.29%, #df0555 21.43%, #e20555 28.57%, #e50556 35.71%, #e80557 42.86%, #eb0458 50%, #ee0459 57.14%, #f1045a 64.29%, #f3035b 71.43%, #f6035b 78.57%, #f9035c 85.71%, #fc025d 92.86%, #ff025e 100%);
background-image: linear-gradient(90deg in oklab, #d70652 0%, #ff025e 100%);
}bg-linear-to-r/oklab from-[#d70652] to-[#ff025e]
<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="#d70652"/><stop offset="7.14%" stop-color="#da0653"/><stop offset="14.29%" stop-color="#dd0654"/><stop offset="21.43%" stop-color="#df0555"/><stop offset="28.57%" stop-color="#e20555"/><stop offset="35.71%" stop-color="#e50556"/><stop offset="42.86%" stop-color="#e80557"/><stop offset="50%" stop-color="#eb0458"/><stop offset="57.14%" stop-color="#ee0459"/><stop offset="64.29%" stop-color="#f1045a"/><stop offset="71.43%" stop-color="#f3035b"/><stop offset="78.57%" stop-color="#f6035b"/><stop offset="85.71%" stop-color="#f9035c"/><stop offset="92.86%" stop-color="#fc025d"/><stop offset="100%" stop-color="#ff025e"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
{
"andreuzza-s": {
"$type": "gradient",
"$value": [
{
"color": {
"colorSpace": "srgb",
"components": [
0.843,
0.024,
0.322
],
"hex": "#d70652"
},
"position": 0
},
{
"color": {
"colorSpace": "srgb",
"components": [
1,
0.008,
0.369
],
"hex": "#ff025e"
},
"position": 1
}
],
"$extensions": {
"com.brandsweets": {
"kind": "linear",
"css": "linear-gradient(90deg in oklab, #d70652 0%, #ff025e 100%)",
"interpolation": "oklab",
"angle": 90,
"name": "Andreuzza's",
"contrast": {
"white": {
"ratio": 3.873,
"at": 1,
"passesAA": false,
"passesAALarge": true
},
"black": {
"ratio": 4.037,
"at": 0,
"passesAA": false,
"passesAALarge": true
},
"suggestedInk": "#000000"
}
}
},
"$description": "Andreuzza's (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 Andreuzza's gradient (#d70652, #ff025e), 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