Gradient maker
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 black ink. The marker is the exact worst point.
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.
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.
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, #ff8177 0%, #ff8177 0%, #ff8177 0%, #ff8177 0%, #ff8177 0%, #ff8177 0%, #ff8177 0%, #ff8177 0%, #ff8177 0%, #ff8177 0%, #ff8177 0%, #ff8177 0%, #ff8177 0%, #ff8177 0%, #ff867a 0%, #ff867a 1.5%, #ff877b 3%, #ff877b 4.5%, #ff887b 6%, #ff887c 7.5%, #ff897c 9%, #ff897d 10.5%, #ff897d 12%, #ff8a7d 13.5%, #ff8a7e 15%, #ff8b7e 16.5%, #ff8b7e 18%, #ff8c7f 19.5%, #ff8c7f 21%, #ff8c7f 23.21%, #fe8d80 25.43%, #fe8d80 27.64%, #fd8d81 29.86%, #fd8e81 32.07%, #fc8e82 34.29%, #fc8f82 36.5%, #fc8f82 38.71%, #fb8f83 40.93%, #fb9083 43.14%, #fa9084 45.36%, #fa9084 47.57%, #f99185 49.79%, #f99185 52%, #f68d83 53.86%, #f38981 55.71%, #f08480 57.57%, #ed807e 59.43%, #ea7c7c 61.29%, #e7787a 63.14%, #e47379 65%, #e16f77 66.86%, #de6b75 68.71%, #db6773 70.57%, #d86271 72.43%, #d55e70 74.29%, #d2596e 76.14%, #cf556c 78%, #cd526b 79.57%, #cb4f6a 81.14%, #c94c68 82.71%, #c64a67 84.29%, #c44766 85.86%, #c24465 87.43%, #c04164 89%, #be3e62 90.57%, #bc3b61 92.14%, #ba3760 93.71%, #b7345f 95.29%, #b5315d 96.86%, #b32e5c 98.43%, #b12a5b 100%);
background-image: linear-gradient(90deg in oklab, #ff8177 0%, #ff867a 0%, #ff8c7f 21%, #f99185 52%, #cf556c 78%, #b12a5b 100%);
}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.
https://mcp.brandsweets.com/gradients/mcpclaude mcp add --transport http brandsweets-gradients https://mcp.brandsweets.com/gradients/mcp
›derive a hero gradient from #635bff and #00d4ff that passes AA for white text
https://brandsweets.com/gradients/new/v1.ff8177_0-ff867a_0-ff8c7f_21-f99185_52-cf556c_78-b12a5b_100?a=90
Want the agent to remember your picks and write them into a living brand? Create a free BrandSweets workspace.