# Tan to Sky Blue gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklch shorter hue, #d2b48c 0%, #d1b58c 8.28%, #ceb78a 16.03%, #c9ba8a 23.35%, #c1be8c 30.32%, #b7c390 37.03%, #aac899 43.56%, #9dcca6 50%, #90cfb4 56.44%, #86d0c3 62.97%, #81d1d1 69.68%, #81d0dc 76.65%, #83cfe4 83.97%, #86cee9 91.72%, #87ceeb 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklch_shorter_hue,#d2b48c_0%,#d1b58c_8.28%,#ceb78a_16.03%,#c9ba8a_23.35%,#c1be8c_30.32%,#b7c390_37.03%,#aac899_43.56%,#9dcca6_50%,#90cfb4_56.44%,#86d0c3_62.97%,#81d1d1_69.68%,#81d0dc_76.65%,#83cfe4_83.97%,#86cee9_91.72%,#87ceeb_100%)]`
- Contrast (worst point): white 1.74:1 fail · black 10.62:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.d2b48c-87ceeb?a=135&in=oklch&hue=shorter&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 11.68% 34.62%, oklch(from #87ceeb l c h / 0.813) 0%, rgb(from #87ceeb r g b / 0) 56.82%), radial-gradient(circle farthest-corner at 73.22% 51.45%, oklch(from #d2b48c l c h / 0.8611) 0%, rgb(from #d2b48c r g b / 0) 47.12%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_11.68%_34.62%,oklch(from_#87ceeb_l_c_h_/_0.813)_0%,rgb(from_#87ceeb_r_g_b_/_0)_56.82%),radial-gradient(circle_farthest-corner_at_73.22%_51.45%,oklch(from_#d2b48c_l_c_h_/_0.8611)_0%,rgb(from_#d2b48c_r_g_b_/_0)_47.12%)]`
- Contrast (worst point): white 1.79:1 fail · black 10.89:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.d2b48c-87ceeb?k=mesh&seed=tan-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.
