# Lavender to Blush Pink gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #e6e6fa 0%, #e6e5f9 8.28%, #e6e3f6 16.03%, #e7e0f2 23.35%, #e7dced 30.32%, #e7d8e7 37.03%, #e8d2e0 43.56%, #e8cdd9 50%, #e8c8d2 56.44%, #e8c3cb 62.97%, #e8bec5 69.68%, #e8bac0 76.65%, #e8b7bc 83.97%, #e8b5b9 91.72%, #e8b4b8 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#e6e6fa_0%,#e6e5f9_8.28%,#e6e3f6_16.03%,#e7e0f2_23.35%,#e7dced_30.32%,#e7d8e7_37.03%,#e8d2e0_43.56%,#e8cdd9_50%,#e8c8d2_56.44%,#e8c3cb_62.97%,#e8bec5_69.68%,#e8bac0_76.65%,#e8b7bc_83.97%,#e8b5b9_91.72%,#e8b4b8_100%)]`
- Contrast (worst point): white 1.23:1 fail · black 11.65:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.e6e6fa-e8b4b8?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 95.4% 20.26%, oklch(from #e8b4b8 l c h / 0.7445) 0%, rgb(from #e8b4b8 r g b / 0) 47.4%), radial-gradient(circle farthest-corner at 9.1% 77.23%, oklch(from #e6e6fa l c h / 0.7955) 0%, rgb(from #e6e6fa r g b / 0) 51.53%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_95.4%_20.26%,oklch(from_#e8b4b8_l_c_h_/_0.7445)_0%,rgb(from_#e8b4b8_r_g_b_/_0)_47.4%),radial-gradient(circle_farthest-corner_at_9.1%_77.23%,oklch(from_#e6e6fa_l_c_h_/_0.7955)_0%,rgb(from_#e6e6fa_r_g_b_/_0)_51.53%)]`
- Contrast (worst point): white 1.44:1 fail · black 14.06:1 AA · banding low
- Maker: https://brandsweets.com/gradients/new/v1.e6e6fa-e8b4b8?k=mesh&seed=lavender-to-blush-pink

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