Gradient maker

deg
Export
Aa — the quick brown fox
white text · worst 2.21:1 · fails AA
white 2.21 black 1.66 banding high · 22.74px
7 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 2.21:1 at 30% · fails
Nudges the stop nearest 30% in lightness (hue kept). Or a scrim rgb(0 0 0 / .35) under the text takes it from 2.21:1 to 4.90: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 · 7 stops · 89 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(0deg, #4fb576 0%, #4eb677 2.14%, #4eb779 4.29%, #4db87a 6.43%, #4cb97b 8.57%, #4cba7d 10.71%, #4bbb7e 12.86%, #4abc80 15%, #49be81 17.14%, #48bf82 19.29%, #48c084 21.43%, #47c185 23.57%, #46c286 25.71%, #45c388 27.86%, #44c489 30%, #42c28c 31.14%, #40c08f 32.29%, #3ebe92 33.43%, #3cbd95 34.57%, #3abb98 35.71%, #38b99a 36.86%, #36b79d 38%, #34b59f 39.14%, #32b3a2 40.29%, #30b1a4 41.43%, #2eafa7 42.57%, #2cada9 43.71%, #2aabac 44.86%, #28a9ae 46%, #28a9af 46.93%, #28a8af 47.86%, #28a8b0 48.79%, #28a7b1 49.71%, #28a7b1 50.64%, #28a6b2 51.57%, #28a6b3 52.5%, #28a5b3 53.43%, #28a5b4 54.36%, #28a4b4 55.29%, #28a4b5 56.21%, #28a3b6 57.14%, #28a3b6 58.07%, #28a2b7 59%, #2d9fb4 59.86%, #329cb0 60.71%, #3599ad 61.57%, #3996a9 62.43%, #3c92a6 63.29%, #3e8fa3 64.14%, #418c9f 65%, #43899c 65.86%, #458699 66.71%, #478395 67.57%, #488092 68.43%, #4a7d8f 69.29%, #4b7a8b 70.14%, #4c7788 71%, #507485 71.64%, #537183 72.29%, #566f80 72.93%, #596c7d 73.57%, #5b697b 74.21%, #5e6678 74.86%, #606375 75.5%, #626173 76.14%, #645e70 76.79%, #665b6d 77.43%, #68586b 78.07%, #695568 78.71%, #6b5266 79.36%, #6c4f63 80%, #694c60 81.43%, #664a5d 82.86%, #63475a 84.29%, #604557 85.71%, #5d4254 87.14%, #5a4051 88.57%, #573d4e 90%, #543b4b 91.43%, #513848 92.86%, #4e3645 94.29%, #4c3342 95.71%, #49313f 97.14%, #462e3c 98.57%, #432c39 100%);
  background-image: linear-gradient(0deg in oklab, #4fb576 0%, #44c489 30%, #28a9ae 46%, #28a2b7 59%, #4c7788 71%, #6c4f63 80%, #432c39 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.4fb576_0-44c489_30-28a9ae_46-28a2b7_59-4c7788_71-6c4f63_80-432c39_100?a=0

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