Gradient maker

deg
Export
Aa — the quick brown fox
black text · worst 1.11:1 · fails AA
white 1.07 black 1.11 banding high · 8.37px
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 1.11:1 at 100% · fails
Nudges the stop nearest 100% in lightness (hue kept). Or a scrim rgb(255 255 255 / .35) under the text takes it from 1.11:1 to 3.55: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, #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%);
}
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.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.