# Blush Pink to Midnight Blue gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #e8b4b8 0%, #e5b2b7 8.28%, #dbacb5 16.03%, #cca2b1 23.35%, #ba96ac 30.32%, #a488a6 37.03%, #8e79a0 43.56%, #776998 50%, #615a90 56.44%, #4c4a88 62.97%, #3a3c81 69.68%, #2c2f7a 76.65%, #212475 83.97%, #1b1c71 91.72%, #191970 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#e8b4b8_0%,#e5b2b7_8.28%,#dbacb5_16.03%,#cca2b1_23.35%,#ba96ac_30.32%,#a488a6_37.03%,#8e79a0_43.56%,#776998_50%,#615a90_56.44%,#4c4a88_62.97%,#3a3c81_69.68%,#2c2f7a_76.65%,#212475_83.97%,#1b1c71_91.72%,#191970_100%)]`
- Contrast (worst point): white 1.80:1 fail · black 1.41:1 fail · banding medium
- Maker: https://brandsweets.com/gradients/new/v1.e8b4b8-191970?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 19.22% 79.5%, oklch(from #191970 l c h / 0.8828) 0%, rgb(from #191970 r g b / 0) 59%), radial-gradient(circle farthest-corner at 63.28% 33.39%, oklch(from #e8b4b8 l c h / 0.7144) 0%, rgb(from #e8b4b8 r g b / 0) 57.81%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_19.22%_79.5%,oklch(from_#191970_l_c_h_/_0.8828)_0%,rgb(from_#191970_r_g_b_/_0)_59%),radial-gradient(circle_farthest-corner_at_63.28%_33.39%,oklch(from_#e8b4b8_l_c_h_/_0.7144)_0%,rgb(from_#e8b4b8_r_g_b_/_0)_57.81%)]`
- Contrast (worst point): white 4.93:1 AA · black 4.07:1 AA-large · banding low
- Maker: https://brandsweets.com/gradients/new/v1.e8b4b8-191970?k=mesh&seed=blush-pink-to-midnightblue

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