# Taupe to Blush Pink gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #483c32 0%, #4a3e34 8.28%, #504239 16.03%, #594940 23.35%, #65524a 30.32%, #735d56 37.03%, #836963 43.56%, #947572 50%, #a58280 56.44%, #b68f8e 62.97%, #c69b9b 69.68%, #d4a5a7 76.65%, #deadb0 83.97%, #e5b2b6 91.72%, #e8b4b8 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#483c32_0%,#4a3e34_8.28%,#504239_16.03%,#594940_23.35%,#65524a_30.32%,#735d56_37.03%,#836963_43.56%,#947572_50%,#a58280_56.44%,#b68f8e_62.97%,#c69b9b_69.68%,#d4a5a7_76.65%,#deadb0_83.97%,#e5b2b6_91.72%,#e8b4b8_100%)]`
- Contrast (worst point): white 1.80:1 fail · black 1.97:1 fail · banding medium
- Maker: https://brandsweets.com/gradients/new/v1.483c32-e8b4b8?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 3.33% 94.29%, oklch(from #e8b4b8 l c h / 0.7624) 0%, rgb(from #e8b4b8 r g b / 0) 52.92%), radial-gradient(circle farthest-corner at 53.21% 45.31%, oklch(from #483c32 l c h / 0.8745) 0%, rgb(from #483c32 r g b / 0) 45.17%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_3.33%_94.29%,oklch(from_#e8b4b8_l_c_h_/_0.7624)_0%,rgb(from_#e8b4b8_r_g_b_/_0)_52.92%),radial-gradient(circle_farthest-corner_at_53.21%_45.31%,oklch(from_#483c32_l_c_h_/_0.8745)_0%,rgb(from_#483c32_r_g_b_/_0)_45.17%)]`
- Contrast (worst point): white 4.16:1 AA-large · black 2.92:1 fail · banding low
- Maker: https://brandsweets.com/gradients/new/v1.483c32-e8b4b8?k=mesh&seed=taupe-to-blush-pink

## 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.
