# Blush Pink to Eggplant gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #e8b4b8 0%, #e6b2b6 8.28%, #e0adb2 16.03%, #d7a5ab 23.35%, #cc9ca3 30.32%, #bf9099 37.03%, #b0848e 43.56%, #a27883 50%, #946b78 56.44%, #86606e 62.97%, #7a5564 69.68%, #704d5c 76.65%, #684656 83.97%, #634252 91.72%, #614051 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#e8b4b8_0%,#e6b2b6_8.28%,#e0adb2_16.03%,#d7a5ab_23.35%,#cc9ca3_30.32%,#bf9099_37.03%,#b0848e_43.56%,#a27883_50%,#946b78_56.44%,#86606e_62.97%,#7a5564_69.68%,#704d5c_76.65%,#684656_83.97%,#634252_91.72%,#614051_100%)]`
- Contrast (worst point): white 1.80:1 fail · black 2.36:1 fail · banding medium
- Maker: https://brandsweets.com/gradients/new/v1.e8b4b8-614051?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 54.19% 98.04%, oklch(from #e8b4b8 l c h / 0.7308) 0%, rgb(from #e8b4b8 r g b / 0) 53.97%), radial-gradient(circle farthest-corner at 68.78% 42.37%, oklch(from #614051 l c h / 0.7396) 0%, rgb(from #614051 r g b / 0) 47.18%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_54.19%_98.04%,oklch(from_#e8b4b8_l_c_h_/_0.7308)_0%,rgb(from_#e8b4b8_r_g_b_/_0)_53.97%),radial-gradient(circle_farthest-corner_at_68.78%_42.37%,oklch(from_#614051_l_c_h_/_0.7396)_0%,rgb(from_#614051_r_g_b_/_0)_47.18%)]`
- Contrast (worst point): white 2.89:1 fail · black 4.62:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.e8b4b8-614051?k=mesh&seed=blush-pink-to-eggplant

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