# Blush Pink to Lavender gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #e8b4b8 0%, #e8b5b9 8.28%, #e8b7bc 16.03%, #e8bac0 23.35%, #e8bec5 30.32%, #e8c3cb 37.03%, #e8c8d2 43.56%, #e8cdd9 50%, #e8d2e0 56.44%, #e7d8e7 62.97%, #e7dced 69.68%, #e7e0f2 76.65%, #e6e3f6 83.97%, #e6e5f9 91.72%, #e6e6fa 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#e8b4b8_0%,#e8b5b9_8.28%,#e8b7bc_16.03%,#e8bac0_23.35%,#e8bec5_30.32%,#e8c3cb_37.03%,#e8c8d2_43.56%,#e8cdd9_50%,#e8d2e0_56.44%,#e7d8e7_62.97%,#e7dced_69.68%,#e7e0f2_76.65%,#e6e3f6_83.97%,#e6e5f9_91.72%,#e6e6fa_100%)]`
- Contrast (worst point): white 1.23:1 fail · black 11.65:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.e8b4b8-e6e6fa?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 66.85% 25.18%, oklch(from #e8b4b8 l c h / 0.8046) 0%, rgb(from #e8b4b8 r g b / 0) 49.92%), radial-gradient(circle farthest-corner at 19.55% 48.66%, oklch(from #e6e6fa l c h / 0.8056) 0%, rgb(from #e6e6fa r g b / 0) 54.63%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_66.85%_25.18%,oklch(from_#e8b4b8_l_c_h_/_0.8046)_0%,rgb(from_#e8b4b8_r_g_b_/_0)_49.92%),radial-gradient(circle_farthest-corner_at_19.55%_48.66%,oklch(from_#e6e6fa_l_c_h_/_0.8056)_0%,rgb(from_#e6e6fa_r_g_b_/_0)_54.63%)]`
- Contrast (worst point): white 1.40:1 fail · black 13.84:1 AA · banding low
- Maker: https://brandsweets.com/gradients/new/v1.e8b4b8-e6e6fa?k=mesh&seed=blush-pink-to-lavender

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