# Sky Blue to Tan gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklch shorter hue, #87ceeb 0%, #86cee9 8.28%, #83cfe4 16.03%, #81d0dc 23.35%, #81d1d1 30.32%, #86d0c3 37.03%, #90cfb4 43.56%, #9dcca6 50%, #aac899 56.44%, #b7c390 62.97%, #c1be8c 69.68%, #c9ba8a 76.65%, #ceb78a 83.97%, #d1b58c 91.72%, #d2b48c 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklch_shorter_hue,#87ceeb_0%,#86cee9_8.28%,#83cfe4_16.03%,#81d0dc_23.35%,#81d1d1_30.32%,#86d0c3_37.03%,#90cfb4_43.56%,#9dcca6_50%,#aac899_56.44%,#b7c390_62.97%,#c1be8c_69.68%,#c9ba8a_76.65%,#ceb78a_83.97%,#d1b58c_91.72%,#d2b48c_100%)]`
- Contrast (worst point): white 1.74:1 fail · black 10.62:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.87ceeb-d2b48c?a=135&in=oklch&hue=shorter&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 0.7% 21.59%, oklch(from #87ceeb l c h / 0.7279) 0%, rgb(from #87ceeb r g b / 0) 47.32%), radial-gradient(circle farthest-corner at 96.11% 76.34%, oklch(from #d2b48c l c h / 0.7245) 0%, rgb(from #d2b48c r g b / 0) 58.75%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_0.7%_21.59%,oklch(from_#87ceeb_l_c_h_/_0.7279)_0%,rgb(from_#87ceeb_r_g_b_/_0)_47.32%),radial-gradient(circle_farthest-corner_at_96.11%_76.34%,oklch(from_#d2b48c_l_c_h_/_0.7245)_0%,rgb(from_#d2b48c_r_g_b_/_0)_58.75%)]`
- Contrast (worst point): white 1.79:1 fail · black 10.87:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.87ceeb-d2b48c?k=mesh&seed=skyblue-to-tan

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