Gradient maker
Same stops, three spaces
Click a bar to interpolate there. The number is how much chroma survives at the dullest point.
* some samples left sRGB and were gamut-mapped (slight hue drift there). Grey/white endpoints carry the other stop's hue (powerless hue), so green→white stays green.
Contrast along the line
WCAG ratio for white and black ink at every point. Shaded = below 4.5:1 for black ink. The marker is the exact worst point.
Easing
Stops are not evenly spaced. x = stop position, y = mix amount. Baked into 12–16 stops, or one colour-hint when that is within 0.02.
Derive from a palette or brand
Paste hexes (primary first) or a public brand slug. Every type is a pure function of the palette — the same contact sheet an agent gets from brand_gradients.
Export
CSS with the interpolation space, Tailwind v4, SVG with correct geometry, a DTCG token, and the PNG.
Apply this to a brand → sign in
.gradient {
background-image: linear-gradient(135deg, #22e1ff 0%, #21dbfd 3.43%, #20d5fb 6.86%, #1fcff9 10.29%, #1ec9f7 13.71%, #1dc4f5 17.14%, #1dbef3 20.57%, #1db8f1 24%, #1cb2ee 27.43%, #1cacec 30.86%, #1ca6ea 34.29%, #1ca1e8 37.71%, #1c9be6 41.14%, #1d95e3 44.57%, #1d8fe1 48%, #2a8cde 51.71%, #3388da 55.43%, #3a85d7 59.14%, #4181d3 62.86%, #467ed0 66.57%, #4a7acc 70.29%, #4f77c9 74%, #5273c5 77.71%, #5670c2 81.43%, #596cbe 85.14%, #5b69bb 88.86%, #5e65b8 92.57%, #6062b4 96.29%, #625eb1 100%);
background-image: linear-gradient(135deg in oklab, #22e1ff 0%, #1d8fe1 48%, #625eb1 100%);
}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
›derive a hero gradient from #635bff and #00d4ff that passes AA for white text
https://brandsweets.com/gradients/new/v1.22e1ff_0-1d8fe1_48-625eb1_100?a=135
Want the agent to remember your picks and write them into a living brand? Create a free BrandSweets workspace.