Gradient maker

deg
Export
Aa — the quick brown fox
black text · worst 7.30:1 · AA
white 1.55 black 7.30 AAbanding medium · 7.66px
5 stops · click the track to add · drag to move · select to edit

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.

worst black 7.30:1 at 50% · AA
black text passes AA everywhere (7.30:1 at the 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.

cubic-bezier(0, 0, 1, 1)
plain · 5 stops · 63 B

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.

SpacerandomiseClick trackadd stopDragmove stopremove stop←/→nudge · undo/redo

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, #8bdeda 0%, #86dad9 1.79%, #81d7d9 3.57%, #7cd3d8 5.36%, #78d0d8 7.14%, #73cdd7 8.93%, #6ec9d6 10.71%, #69c6d6 12.5%, #64c2d5 14.29%, #5ebfd4 16.07%, #59bbd3 17.86%, #54b8d2 19.64%, #4eb4d2 21.43%, #49b1d1 23.21%, #43add0 25%, #4dabd1 26.79%, #56a9d2 28.57%, #5ea7d4 30.36%, #65a5d5 32.14%, #6ca3d6 33.93%, #72a1d7 35.71%, #789ed8 37.5%, #7d9cd9 39.29%, #829ada 41.07%, #8798dc 42.86%, #8c95dd 44.64%, #9093de 46.43%, #9591df 48.21%, #998ee0 50%, #9f8dde 51.79%, #a48cdc 53.57%, #aa8bda 55.36%, #af8ad8 57.14%, #b489d5 58.93%, #ba88d3 60.71%, #bf87d1 62.5%, #c486cf 64.29%, #c985cd 66.07%, #ce83cb 67.86%, #d382c9 69.64%, #d780c6 71.43%, #dc7fc4 73.21%, #e17dc2 75%, #e27fbf 76.79%, #e381bc 78.57%, #e482b9 80.36%, #e584b5 82.14%, #e686b2 83.93%, #e787af 85.71%, #e889ac 87.5%, #e98aa8 89.29%, #ea8ca5 91.07%, #eb8da1 92.86%, #ec8f9e 94.64%, #ed909a 96.43%, #ee9297 98.21%, #ef9393 100%);
  background-image: linear-gradient(90deg in oklab, #8bdeda 0%, #43add0 25%, #998ee0 50%, #e17dc2 75%, #ef9393 100%);
}
mcpConnect your agent to the gradient engine
live endpoint

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.

endpointhttps://mcp.brandsweets.com/gradients/mcp
claude mcp add --transport http brandsweets-gradients https://mcp.brandsweets.com/gradients/mcp
try this prompt

derive a hero gradient from #635bff and #00d4ff that passes AA for white text

this gradient as a URL

https://brandsweets.com/gradients/new/v1.8bdeda-43add0-998ee0-e17dc2-ef9393?a=90

Want the agent to remember your picks and write them into a living brand? Create a free BrandSweets workspace.