# Blush Pink to Peach gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #e8b4b8 0%, #e8b5b8 8.28%, #e9b7b8 16.03%, #ebbab8 23.35%, #edbeb8 30.32%, #efc2b7 37.03%, #f1c7b7 43.56%, #f4cdb7 50%, #f6d2b6 56.44%, #f8d7b6 62.97%, #fbdbb5 69.68%, #fcdfb5 76.65%, #fee2b4 83.97%, #ffe4b4 91.72%, #ffe5b4 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#e8b4b8_0%,#e8b5b8_8.28%,#e9b7b8_16.03%,#ebbab8_23.35%,#edbeb8_30.32%,#efc2b7_37.03%,#f1c7b7_43.56%,#f4cdb7_50%,#f6d2b6_56.44%,#f8d7b6_62.97%,#fbdbb5_69.68%,#fcdfb5_76.65%,#fee2b4_83.97%,#ffe4b4_91.72%,#ffe5b4_100%)]`
- Contrast (worst point): white 1.23:1 fail · black 11.65:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.e8b4b8-ffe5b4?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 95.44% 15.55%, oklch(from #ffe5b4 l c h / 0.8858) 0%, rgb(from #ffe5b4 r g b / 0) 48.74%), radial-gradient(circle farthest-corner at 50.3% 48.24%, oklch(from #e8b4b8 l c h / 0.8142) 0%, rgb(from #e8b4b8 r g b / 0) 57.06%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_95.44%_15.55%,oklch(from_#ffe5b4_l_c_h_/_0.8858)_0%,rgb(from_#ffe5b4_r_g_b_/_0)_48.74%),radial-gradient(circle_farthest-corner_at_50.3%_48.24%,oklch(from_#e8b4b8_l_c_h_/_0.8142)_0%,rgb(from_#e8b4b8_r_g_b_/_0)_57.06%)]`
- Contrast (worst point): white 1.47:1 fail · black 12.45:1 AA · banding low
- Maker: https://brandsweets.com/gradients/new/v1.e8b4b8-ffe5b4?k=mesh&seed=blush-pink-to-peach

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