# Beige to Sky Blue gradient

Beige (#f5f5dc) to Sky Blue (#87ceeb), interpolated perceptually. The engine's pick for this pair is oklab.

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #f5f5dc 0%, #f3f4dc 8.28%, #eff3dd 16.03%, #e9f1de 23.35%, #e0eee0 30.32%, #d6eae1 37.03%, #cbe6e3 43.56%, #c0e2e5 50%, #b4dee6 56.44%, #a9dae8 62.97%, #9ed6e9 69.68%, #95d3ea 76.65%, #8ed0ea 83.97%, #89cfeb 91.72%, #87ceeb 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#f5f5dc_0%,#f3f4dc_8.28%,#eff3dd_16.03%,#e9f1de_23.35%,#e0eee0_30.32%,#d6eae1_37.03%,#cbe6e3_43.56%,#c0e2e5_50%,#b4dee6_56.44%,#a9dae8_62.97%,#9ed6e9_69.68%,#95d3ea_76.65%,#8ed0ea_83.97%,#89cfeb_91.72%,#87ceeb_100%)]`
- Contrast (worst point): white 1.11:1 fail · black 12.06:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.f5f5dc-87ceeb?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 11.36% 64.46%, oklch(from #87ceeb l c h / 0.7094) 0%, rgb(from #87ceeb r g b / 0) 49.53%), radial-gradient(circle farthest-corner at 60.43% 43.27%, oklch(from #f5f5dc l c h / 0.8819) 0%, rgb(from #f5f5dc r g b / 0) 45.07%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_11.36%_64.46%,oklch(from_#87ceeb_l_c_h_/_0.7094)_0%,rgb(from_#87ceeb_r_g_b_/_0)_49.53%),radial-gradient(circle_farthest-corner_at_60.43%_43.27%,oklch(from_#f5f5dc_l_c_h_/_0.8819)_0%,rgb(from_#f5f5dc_r_g_b_/_0)_45.07%)]`
- Contrast (worst point): white 1.27:1 fail · black 14.58:1 AA · banding low
- Maker: https://brandsweets.com/gradients/new/v1.f5f5dc-87ceeb?k=mesh&seed=beige-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.
