Gradient maker

deg
Export
Aa — the quick brown fox
white text · worst 1.44:1 · fails AA
white 1.44 black 1.20 banding medium · 6.43px
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.44: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.44:1 to 3.38: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, #051937 0%, #051c3b 1.79%, #052040 3.57%, #052345 5.36%, #052749 7.14%, #052b4e 8.93%, #052e53 10.71%, #053257 12.5%, #05365c 14.29%, #043a61 16.07%, #043d66 17.86%, #03416b 19.64%, #024570 21.43%, #014975 23.21%, #004d7a 25%, #00517c 26.79%, #00557e 28.57%, #005980 30.36%, #005d81 32.14%, #006283 33.93%, #006685 35.71%, #006a87 37.5%, #006e89 39.29%, #00728a 41.07%, #00768c 42.86%, #007a8e 44.64%, #007f90 46.43%, #008391 48.21%, #008793 50%, #008b91 51.79%, #008f90 53.57%, #00938e 55.36%, #00978c 57.14%, #009b8a 58.93%, #009f88 60.71%, #00a386 62.5%, #00a783 64.29%, #00ab81 66.07%, #00af7e 67.86%, #00b37b 69.64%, #00b778 71.43%, #00bb75 73.21%, #00bf72 75%, #25c26f 76.79%, #37c56c 78.57%, #45c968 80.36%, #51cc65 82.14%, #5bcf61 83.93%, #65d25c 85.71%, #6fd557 87.5%, #78d852 89.29%, #80dc4c 91.07%, #88df45 92.86%, #91e23d 94.64%, #99e533 96.43%, #a0e827 98.21%, #a8eb12 100%);
  background-image: linear-gradient(90deg in oklab, #051937 0%, #004d7a 25%, #008793 50%, #00bf72 75%, #a8eb12 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.051937-004d7a-008793-00bf72-a8eb12?a=90

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