# Sky Blue to Blush Pink gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklch shorter hue, #87ceeb 0%, #89cdec 8.28%, #8eccef 16.03%, #96c9f2 23.35%, #a1c6f5 30.32%, #aec1f5 37.03%, #bcbdf2 43.56%, #c9b9eb 50%, #d4b6e2 56.44%, #ddb4d8 62.97%, #e3b3ce 69.68%, #e6b3c5 76.65%, #e7b3be 83.97%, #e8b4b9 91.72%, #e8b4b8 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklch_shorter_hue,#87ceeb_0%,#89cdec_8.28%,#8eccef_16.03%,#96c9f2_23.35%,#a1c6f5_30.32%,#aec1f5_37.03%,#bcbdf2_43.56%,#c9b9eb_50%,#d4b6e2_56.44%,#ddb4d8_62.97%,#e3b3ce_69.68%,#e6b3c5_76.65%,#e7b3be_83.97%,#e8b4b9_91.72%,#e8b4b8_100%)]`
- Contrast (worst point): white 1.74:1 fail · black 11.55:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.87ceeb-e8b4b8?a=135&in=oklch&hue=shorter&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 3.89% 24.78%, oklch(from #87ceeb l c h / 0.8606) 0%, rgb(from #87ceeb r g b / 0) 48.47%), radial-gradient(circle farthest-corner at 92.65% 46.78%, oklch(from #e8b4b8 l c h / 0.8583) 0%, rgb(from #e8b4b8 r g b / 0) 46.2%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_3.89%_24.78%,oklch(from_#87ceeb_l_c_h_/_0.8606)_0%,rgb(from_#87ceeb_r_g_b_/_0)_48.47%),radial-gradient(circle_farthest-corner_at_92.65%_46.78%,oklch(from_#e8b4b8_l_c_h_/_0.8583)_0%,rgb(from_#e8b4b8_r_g_b_/_0)_46.2%)]`
- Contrast (worst point): white 1.76:1 fail · black 11.71:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.87ceeb-e8b4b8?k=mesh&seed=skyblue-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.
