# Champagne to Light Sky Blue gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklch shorter hue, #f7e7ce 0%, #f6e7cd 8.28%, #f3e6c9 16.03%, #ece6c5 23.35%, #e3e5c1 30.32%, #d6e5bf 37.03%, #c6e5c0 43.56%, #b3e4c6 50%, #a0e3d0 56.44%, #91e0db 62.97%, #87dce6 69.68%, #83d7ef 76.65%, #84d2f5 83.97%, #86cff9 91.72%, #87cefa 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklch_shorter_hue,#f7e7ce_0%,#f6e7cd_8.28%,#f3e6c9_16.03%,#ece6c5_23.35%,#e3e5c1_30.32%,#d6e5bf_37.03%,#c6e5c0_43.56%,#b3e4c6_50%,#a0e3d0_56.44%,#91e0db_62.97%,#87dce6_69.68%,#83d7ef_76.65%,#84d2f5_83.97%,#86cff9_91.72%,#87cefa_100%)]`
- Contrast (worst point): white 1.22:1 fail · black 12.24:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.f7e7ce-87cefa?a=135&in=oklch&hue=shorter&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 54.19% 11.32%, oklch(from #87cefa l c h / 0.8794) 0%, rgb(from #87cefa r g b / 0) 56.84%), radial-gradient(circle farthest-corner at 52.83% 58.46%, oklch(from #f7e7ce l c h / 0.8776) 0%, rgb(from #f7e7ce r g b / 0) 56.94%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_54.19%_11.32%,oklch(from_#87cefa_l_c_h_/_0.8794)_0%,rgb(from_#87cefa_r_g_b_/_0)_56.84%),radial-gradient(circle_farthest-corner_at_52.83%_58.46%,oklch(from_#f7e7ce_l_c_h_/_0.8776)_0%,rgb(from_#f7e7ce_r_g_b_/_0)_56.94%)]`
- Contrast (worst point): white 1.31:1 fail · black 13.68:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.f7e7ce-87cefa?k=mesh&seed=champagne-to-lightskyblue

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