# Blush Pink to Sky Blue gradient

Blush Pink (#e8b4b8) to Sky Blue (#87ceeb), interpolated perceptually. The engine's pick for this pair is oklch.

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklch shorter hue, #e8b4b8 0%, #e8b4b9 8.28%, #e7b3be 16.03%, #e6b3c5 23.35%, #e3b3ce 30.32%, #ddb4d8 37.03%, #d4b6e2 43.56%, #c9b9eb 50%, #bcbdf2 56.44%, #aec1f5 62.97%, #a1c6f5 69.68%, #96c9f2 76.65%, #8eccef 83.97%, #89cdec 91.72%, #87ceeb 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklch_shorter_hue,#e8b4b8_0%,#e8b4b9_8.28%,#e7b3be_16.03%,#e6b3c5_23.35%,#e3b3ce_30.32%,#ddb4d8_37.03%,#d4b6e2_43.56%,#c9b9eb_50%,#bcbdf2_56.44%,#aec1f5_62.97%,#a1c6f5_69.68%,#96c9f2_76.65%,#8eccef_83.97%,#89cdec_91.72%,#87ceeb_100%)]`
- Contrast (worst point): white 1.74:1 fail · black 11.55:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.e8b4b8-87ceeb?a=135&in=oklch&hue=shorter&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 42.39% 72.69%, oklch(from #87ceeb l c h / 0.8433) 0%, rgb(from #87ceeb r g b / 0) 48.87%), radial-gradient(circle farthest-corner at 79.83% 51.92%, oklch(from #e8b4b8 l c h / 0.8528) 0%, rgb(from #e8b4b8 r g b / 0) 49.27%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_42.39%_72.69%,oklch(from_#87ceeb_l_c_h_/_0.8433)_0%,rgb(from_#87ceeb_r_g_b_/_0)_48.87%),radial-gradient(circle_farthest-corner_at_79.83%_51.92%,oklch(from_#e8b4b8_l_c_h_/_0.8528)_0%,rgb(from_#e8b4b8_r_g_b_/_0)_49.27%)]`
- Contrast (worst point): white 1.77:1 fail · black 11.62:1 AA · banding low
- Maker: https://brandsweets.com/gradients/new/v1.e8b4b8-87ceeb?k=mesh&seed=blush-pink-to-skyblue

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