Gradient maker

deg
Export
Aa — the quick brown fox
white text · worst 1.11:1 · fails AA
white 1.11 black 1.02 banding low · 3.97px
4 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 white ink. The marker is the exact worst point.

worst white 1.11:1 at 100% · fails
Nudges the stop nearest 100% in lightness (hue kept). Or a scrim rgb(0 0 0 / .35) under the text takes it from 1.11:1 to 2.70:1.

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 · 4 stops · 56 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, #03001e 0%, #070028 2.38%, #0e0132 4.76%, #15013c 7.14%, #1d0147 9.52%, #250252 11.9%, #2d025e 14.28%, #350269 16.67%, #3d0375 19.05%, #460381 21.43%, #4f038d 23.81%, #57039a 26.19%, #6003a6 28.57%, #6a03b3 30.95%, #7303c0 33.33%, #7b10c0 35.71%, #8318c0 38.09%, #8b1ec0 40.47%, #9323c0 42.86%, #9c27c0 45.24%, #a42ac0 47.62%, #ad2dbf 50%, #b530bf 52.38%, #be32bf 54.76%, #c734be 57.14%, #d035be 59.53%, #d936bd 61.91%, #e337bd 64.29%, #ec38bc 66.67%, #ef4cc1 69.05%, #f25cc5 71.43%, #f46bc9 73.81%, #f678ce 76.19%, #f885d2 78.57%, #fa92d7 80.95%, #fb9edb 83.34%, #fcaadf 85.72%, #fdb6e4 88.1%, #fec1e8 90.48%, #fecdec 92.86%, #fed8f1 95.24%, #fee4f5 97.62%, #fdeff9 100%);
  background-image: linear-gradient(90deg in oklab, #03001e 0%, #7303c0 33.33%, #ec38bc 66.67%, #fdeff9 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.03001e-7303c0-ec38bc-fdeff9?a=90

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