Gradient maker

deg
Export
Aa — the quick brown fox
white text · worst 1.73:1 · fails AA
white 1.73 black 1.29 banding low · 3.05px
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.

* 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 white ink. The marker is the exact worst point.

worst white 1.73:1 at 50% · fails
Nudges the stop nearest 50% in lightness (hue kept). Or a scrim rgb(0 0 0 / .35) under the text takes it from 1.73:1 to 3.98: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 · 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, #0c0c6d 0%, #191a6c 1.79%, #27246b 3.57%, #352c69 5.36%, #433267 7.14%, #513865 8.93%, #603c62 10.71%, #6f415f 12.5%, #7e455b 14.29%, #8e4856 16.07%, #9d4b51 17.86%, #ad4d4b 19.64%, #bd4f43 21.43%, #cd5039 23.21%, #de512b 25%, #dc5d39 26.79%, #da6846 28.57%, #d77351 30.36%, #d47d5c 32.14%, #d08667 33.93%, #cc8f71 35.71%, #c8987b 37.5%, #c3a085 39.29%, #bea88f 41.07%, #b8b199 42.86%, #b2b9a3 44.64%, #aac1ad 46.43%, #a2c8b7 48.21%, #98d0c1 50%, #94ceb8 51.79%, #8fccaf 53.57%, #8bcaa5 55.36%, #86c89c 57.14%, #82c692 58.93%, #7ec489 60.71%, #79c27f 62.5%, #75c075 64.29%, #71be6a 66.07%, #6cbb5f 67.86%, #68b954 69.64%, #64b747 71.43%, #5fb439 73.21%, #5bb226 75%, #55a924 76.79%, #4ea023 78.57%, #489721 80.36%, #428e1f 82.14%, #3b851d 83.93%, #357d1c 85.71%, #2f741a 87.5%, #296c18 89.29%, #236416 91.07%, #1c5b14 92.86%, #165313 94.64%, #0f4b11 96.43%, #08440f 98.21%, #023c0d 100%);
  background-image: linear-gradient(90deg in oklab, #0c0c6d 0%, #de512b 25%, #98d0c1 50%, #5bb226 75%, #023c0d 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.0c0c6d-de512b-98d0c1-5bb226-023c0d?a=90

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