# Blush Pink to Ivory gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #e8b4b8 0%, #e8b5b9 8.28%, #e9b8bb 16.03%, #ebbdbe 23.35%, #edc3c3 30.32%, #f0cac8 37.03%, #f2d1ce 43.56%, #f4d9d4 50%, #f7e1da 56.44%, #f9e9df 62.97%, #fbf0e5 69.68%, #fdf6e9 76.65%, #fefbed 83.97%, #fffeef 91.72%, #fffff0 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#e8b4b8_0%,#e8b5b9_8.28%,#e9b8bb_16.03%,#ebbdbe_23.35%,#edc3c3_30.32%,#f0cac8_37.03%,#f2d1ce_43.56%,#f4d9d4_50%,#f7e1da_56.44%,#f9e9df_62.97%,#fbf0e5_69.68%,#fdf6e9_76.65%,#fefbed_83.97%,#fffeef_91.72%,#fffff0_100%)]`
- Contrast (worst point): white 1.01:1 fail · black 11.65:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.e8b4b8-fffff0?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 7.34% 42.62%, oklch(from #e8b4b8 l c h / 0.7421) 0%, rgb(from #e8b4b8 r g b / 0) 55%), radial-gradient(circle farthest-corner at 51.93% 92.9%, oklch(from #fffff0 l c h / 0.702) 0%, rgb(from #fffff0 r g b / 0) 48.54%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_7.34%_42.62%,oklch(from_#e8b4b8_l_c_h_/_0.7421)_0%,rgb(from_#e8b4b8_r_g_b_/_0)_55%),radial-gradient(circle_farthest-corner_at_51.93%_92.9%,oklch(from_#fffff0_l_c_h_/_0.702)_0%,rgb(from_#fffff0_r_g_b_/_0)_48.54%)]`
- Contrast (worst point): white 1.22:1 fail · black 13.86:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.e8b4b8-fffff0?k=mesh&seed=blush-pink-to-ivory

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