# Light Sky Blue to Champagne gradient

Light Sky Blue (#87cefa) to Champagne (#f7e7ce), interpolated perceptually. The engine's pick for this pair is oklch.

- Page: https://brandsweets.com/gradients/lightskyblue-to-champagne
- Colors: https://brandsweets.com/colors/lightskyblue, https://brandsweets.com/colors/champagne
- Reverse: https://brandsweets.com/gradients/champagne-to-lightskyblue

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklch shorter hue, #87cefa 0%, #86cff9 8.28%, #84d2f5 16.03%, #83d7ef 23.35%, #87dce6 30.32%, #91e0db 37.03%, #a0e3d0 43.56%, #b3e4c6 50%, #c6e5c0 56.44%, #d6e5bf 62.97%, #e3e5c1 69.68%, #ece6c5 76.65%, #f3e6c9 83.97%, #f6e7cd 91.72%, #f7e7ce 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklch_shorter_hue,#87cefa_0%,#86cff9_8.28%,#84d2f5_16.03%,#83d7ef_23.35%,#87dce6_30.32%,#91e0db_37.03%,#a0e3d0_43.56%,#b3e4c6_50%,#c6e5c0_56.44%,#d6e5bf_62.97%,#e3e5c1_69.68%,#ece6c5_76.65%,#f3e6c9_83.97%,#f6e7cd_91.72%,#f7e7ce_100%)]`
- Contrast (worst point): white 1.22:1 fail · black 12.24:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.87cefa-f7e7ce?a=135&in=oklch&hue=shorter&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 85.43% 1.84%, oklch(from #87cefa l c h / 0.893) 0%, rgb(from #87cefa r g b / 0) 48.72%), radial-gradient(circle farthest-corner at 27.89% 87.48%, oklch(from #f7e7ce l c h / 0.8727) 0%, rgb(from #f7e7ce r g b / 0) 52.77%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_85.43%_1.84%,oklch(from_#87cefa_l_c_h_/_0.893)_0%,rgb(from_#87cefa_r_g_b_/_0)_48.72%),radial-gradient(circle_farthest-corner_at_27.89%_87.48%,oklch(from_#f7e7ce_l_c_h_/_0.8727)_0%,rgb(from_#f7e7ce_r_g_b_/_0)_52.77%)]`
- Contrast (worst point): white 1.37:1 fail · black 14.67:1 AA · banding low
- Maker: https://brandsweets.com/gradients/new/v1.87cefa-f7e7ce?k=mesh&seed=lightskyblue-to-champagne

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