# Blush Pink to Taupe gradient

Blush Pink (#e8b4b8) to Taupe (#483c32), interpolated perceptually. The engine's pick for this pair is oklab.

- Page: https://brandsweets.com/gradients/blush-pink-to-taupe
- Colors: https://brandsweets.com/colors/blush-pink, https://brandsweets.com/colors/taupe
- Reverse: https://brandsweets.com/gradients/taupe-to-blush-pink

## OKLab

- CSS: `linear-gradient(135deg in oklab, #e8b4b8 0%, #483c32 100%)`
- Tailwind: `bg-linear-to-br/oklab from-[#e8b4b8] to-[#483c32]`
- Contrast (worst point): white 1.80:1 fail · black 1.97:1 fail · banding medium
- Maker: https://brandsweets.com/gradients/new/v1.e8b4b8-483c32?a=135

## OKLCH (shorter hue)

- CSS: `linear-gradient(135deg in oklch shorter hue, #e8b4b8 0%, #483c32 100%)`
- Tailwind: `bg-linear-to-br/oklch from-[#e8b4b8] to-[#483c32]`
- Contrast (worst point): white 1.80:1 fail · black 1.97:1 fail · banding medium
- Maker: https://brandsweets.com/gradients/new/v1.e8b4b8-483c32?a=135&in=oklch&hue=shorter

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #e8b4b8 0%, #e5b2b6 8.28%, #deadb0 16.03%, #d4a5a7 23.35%, #c69b9b 30.32%, #b68f8e 37.03%, #a58280 43.56%, #947572 50%, #836963 56.44%, #735d56 62.97%, #65524a 69.68%, #594940 76.65%, #504239 83.97%, #4a3e34 91.72%, #483c32 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#e8b4b8_0%,#e5b2b6_8.28%,#deadb0_16.03%,#d4a5a7_23.35%,#c69b9b_30.32%,#b68f8e_37.03%,#a58280_43.56%,#947572_50%,#836963_56.44%,#735d56_62.97%,#65524a_69.68%,#594940_76.65%,#504239_83.97%,#4a3e34_91.72%,#483c32_100%)]`
- Contrast (worst point): white 1.80:1 fail · black 1.97:1 fail · banding medium
- Maker: https://brandsweets.com/gradients/new/v1.e8b4b8-483c32?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 92.48% 8.66%, oklch(from #e8b4b8 l c h / 0.7685) 0%, rgb(from #e8b4b8 r g b / 0) 47.09%), radial-gradient(circle farthest-corner at 53.42% 92.23%, oklch(from #483c32 l c h / 0.7433) 0%, rgb(from #483c32 r g b / 0) 45.05%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_92.48%_8.66%,oklch(from_#e8b4b8_l_c_h_/_0.7685)_0%,rgb(from_#e8b4b8_r_g_b_/_0)_47.09%),radial-gradient(circle_farthest-corner_at_53.42%_92.23%,oklch(from_#483c32_l_c_h_/_0.7433)_0%,rgb(from_#483c32_r_g_b_/_0)_45.05%)]`
- Contrast (worst point): white 4.10:1 AA-large · black 3.80:1 AA-large · banding high
- Maker: https://brandsweets.com/gradients/new/v1.e8b4b8-483c32?k=mesh&seed=blush-pink-to-taupe

## Gradient maker

Every maker URL is the gradient's state: `/gradients/new/v1.<hex>-<hex>[_pos]?a=135&in=oklch&hue=shorter&e=soft&g=8`. Hand one to a human, let them refine, and read the link they return.

## Connect an agent

Point any MCP client at the BrandSweets gradients endpoint for the same engine and corpus:

- Endpoint: https://mcp.brandsweets.com/gradients/mcp
- Tools: `make_gradient` (2–5 colours → CSS with the interpolation space, Tailwind v4, SVG, PNG URL, DTCG token + the contrast/banding/gamut report), `brand_gradients` (brand slug or palette → brand gradient, hero, button, variants).
- Resource: `gradients://corpus` — the whole bundled corpus as JSON.
