# Blush Pink to Champagne gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #e8b4b8 0%, #e8b5b8 8.28%, #e9b7b9 16.03%, #eababb 23.35%, #ebbebc 30.32%, #edc3be 37.03%, #eec8c1 43.56%, #f0cdc3 50%, #f2d3c5 56.44%, #f3d8c8 62.97%, #f4ddca 69.68%, #f5e1cb 76.65%, #f6e4cd 83.97%, #f7e6ce 91.72%, #f7e7ce 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#e8b4b8_0%,#e8b5b8_8.28%,#e9b7b9_16.03%,#eababb_23.35%,#ebbebc_30.32%,#edc3be_37.03%,#eec8c1_43.56%,#f0cdc3_50%,#f2d3c5_56.44%,#f3d8c8_62.97%,#f4ddca_69.68%,#f5e1cb_76.65%,#f6e4cd_83.97%,#f7e6ce_91.72%,#f7e7ce_100%)]`
- Contrast (worst point): white 1.22:1 fail · black 11.65:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.e8b4b8-f7e7ce?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 72.82% 67.61%, oklch(from #e8b4b8 l c h / 0.7279) 0%, rgb(from #e8b4b8 r g b / 0) 50.06%), radial-gradient(circle farthest-corner at 34.25% 27.87%, oklch(from #f7e7ce l c h / 0.7993) 0%, rgb(from #f7e7ce r g b / 0) 46.86%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_72.82%_67.61%,oklch(from_#e8b4b8_l_c_h_/_0.7279)_0%,rgb(from_#e8b4b8_r_g_b_/_0)_50.06%),radial-gradient(circle_farthest-corner_at_34.25%_27.87%,oklch(from_#f7e7ce_l_c_h_/_0.7993)_0%,rgb(from_#f7e7ce_r_g_b_/_0)_46.86%)]`
- Contrast (worst point): white 1.28:1 fail · black 12.45:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.e8b4b8-f7e7ce?k=mesh&seed=blush-pink-to-champagne

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