Gradient maker
Same stops, three spaces
Click a bar to interpolate there. The number is how much chroma survives at the dullest point.
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(90deg, #f7f7f7 0%, #f3f1f1 1.79%, #eeeaea 3.57%, #eae4e4 5.36%, #e5dedd 7.14%, #e1d7d7 8.93%, #dcd1d1 10.71%, #d8cbcb 12.5%, #d3c5c4 14.29%, #cfbebe 16.07%, #cbb8b8 17.86%, #c6b2b2 19.64%, #c2acac 21.43%, #bda6a6 23.21%, #b9a0a0 25%, #b49999 26.79%, #b09393 28.57%, #ab8c8c 30.36%, #a78685 32.14%, #a27f7f 33.93%, #9e7978 35.71%, #997372 37.5%, #956c6c 39.29%, #906665 41.07%, #8c605f 42.86%, #875959 44.64%, #825353 46.43%, #7e4d4d 48.21%, #794747 50%, #764444 51.79%, #734141 53.57%, #703e3e 55.36%, #6c3c3b 57.14%, #693939 58.93%, #663636 60.71%, #633333 62.5%, #603030 64.29%, #5d2e2d 66.07%, #5a2b2b 67.86%, #572828 69.64%, #542525 71.43%, #512323 73.21%, #4e2020 75%, #491f1f 76.79%, #451e1e 78.57%, #401d1d 80.36%, #3c1c1c 82.14%, #381b1b 83.93%, #331a1a 85.71%, #2f1919 87.5%, #2b1818 89.29%, #261716 91.07%, #221615 92.86%, #1e1514 94.64%, #1a1413 96.43%, #151212 98.21%, #111111 100%);
background-image: linear-gradient(90deg in oklab, #f7f7f7 0%, #b9a0a0 25%, #794747 50%, #4e2020 75%, #111111 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.f7f7f7-b9a0a0-794747-4e2020-111111?a=90
Want the agent to remember your picks and write them into a living brand? Create a free BrandSweets workspace.