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, #635bff 0%, #6166ff 7.14%, #5f6fff 14.29%, #5d79ff 21.43%, #5a82ff 28.57%, #578bff 35.71%, #5493ff 42.86%, #509cff 50%, #4ba4ff 57.14%, #46acff 64.29%, #3fb4ff 71.43%, #38bcff 78.57%, #2ec4ff 85.71%, #1fccff 92.86%, #00d4ff 100%);
background-image: linear-gradient(135deg in oklab, #635bff 0%, #00d4ff 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.635bff-00d4ff?a=135
Want the agent to remember your picks and write them into a living brand? Create a free BrandSweets workspace.