# Dark Salmon to Sky Blue gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklch shorter hue, #e9967a 0%, #ea967d 8.28%, #eb9587 16.03%, #ec9596 23.35%, #ea96a9 30.32%, #e49abe 37.03%, #db9fd3 43.56%, #cda7e4 50%, #bdaff0 56.44%, #adb8f6 62.97%, #9ec0f7 69.68%, #93c6f4 76.65%, #8bcaf0 83.97%, #88cdec 91.72%, #87ceeb 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklch_shorter_hue,#e9967a_0%,#ea967d_8.28%,#eb9587_16.03%,#ec9596_23.35%,#ea96a9_30.32%,#e49abe_37.03%,#db9fd3_43.56%,#cda7e4_50%,#bdaff0_56.44%,#adb8f6_62.97%,#9ec0f7_69.68%,#93c6f4_76.65%,#8bcaf0_83.97%,#88cdec_91.72%,#87ceeb_100%)]`
- Contrast (worst point): white 1.74:1 fail · black 9.11:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.e9967a-87ceeb?a=135&in=oklch&hue=shorter&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 51.73% 11.66%, oklch(from #e9967a l c h / 0.7631) 0%, rgb(from #e9967a r g b / 0) 57.02%), radial-gradient(circle farthest-corner at 49.75% 56.82%, oklch(from #87ceeb l c h / 0.8578) 0%, rgb(from #87ceeb r g b / 0) 50.04%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_51.73%_11.66%,oklch(from_#e9967a_l_c_h_/_0.7631)_0%,rgb(from_#e9967a_r_g_b_/_0)_57.02%),radial-gradient(circle_farthest-corner_at_49.75%_56.82%,oklch(from_#87ceeb_l_c_h_/_0.8578)_0%,rgb(from_#87ceeb_r_g_b_/_0)_50.04%)]`
- Contrast (worst point): white 1.91:1 fail · black 9.83:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.e9967a-87ceeb?k=mesh&seed=darksalmon-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.
