# Sky Blue to Dark Salmon gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklch shorter hue, #87ceeb 0%, #88cdec 8.28%, #8bcaf0 16.03%, #93c6f4 23.35%, #9ec0f7 30.32%, #adb8f6 37.03%, #bdaff0 43.56%, #cda7e4 50%, #db9fd3 56.44%, #e49abe 62.97%, #ea96a9 69.68%, #ec9596 76.65%, #eb9587 83.97%, #ea967d 91.72%, #e9967a 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklch_shorter_hue,#87ceeb_0%,#88cdec_8.28%,#8bcaf0_16.03%,#93c6f4_23.35%,#9ec0f7_30.32%,#adb8f6_37.03%,#bdaff0_43.56%,#cda7e4_50%,#db9fd3_56.44%,#e49abe_62.97%,#ea96a9_69.68%,#ec9596_76.65%,#eb9587_83.97%,#ea967d_91.72%,#e9967a_100%)]`
- Contrast (worst point): white 1.74:1 fail · black 9.11:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.87ceeb-e9967a?a=135&in=oklch&hue=shorter&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 80.42% 79.62%, oklch(from #e9967a l c h / 0.7099) 0%, rgb(from #e9967a r g b / 0) 53.31%), radial-gradient(circle farthest-corner at 41.57% 40.8%, oklch(from #87ceeb l c h / 0.7495) 0%, rgb(from #87ceeb r g b / 0) 53%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_80.42%_79.62%,oklch(from_#e9967a_l_c_h_/_0.7099)_0%,rgb(from_#e9967a_r_g_b_/_0)_53.31%),radial-gradient(circle_farthest-corner_at_41.57%_40.8%,oklch(from_#87ceeb_l_c_h_/_0.7495)_0%,rgb(from_#87ceeb_r_g_b_/_0)_53%)]`
- Contrast (worst point): white 1.84:1 fail · black 9.41:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.87ceeb-e9967a?k=mesh&seed=skyblue-to-darksalmon

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