# Powder Blue to Dark Salmon gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklch shorter hue, #b0e0e6 0%, #afe0e4 8.28%, #abdfdf 16.03%, #a7ded7 23.35%, #a5dcca 30.32%, #a6d8b9 37.03%, #add2a6 43.56%, #b8cb92 50%, #c6c180 56.44%, #d2b774 62.97%, #dcac6f 69.68%, #e3a370 76.65%, #e79c74 83.97%, #e99878 91.72%, #e9967a 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklch_shorter_hue,#b0e0e6_0%,#afe0e4_8.28%,#abdfdf_16.03%,#a7ded7_23.35%,#a5dcca_30.32%,#a6d8b9_37.03%,#add2a6_43.56%,#b8cb92_50%,#c6c180_56.44%,#d2b774_62.97%,#dcac6f_69.68%,#e3a370_76.65%,#e79c74_83.97%,#e99878_91.72%,#e9967a_100%)]`
- Contrast (worst point): white 1.43:1 fail · black 9.10:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.b0e0e6-e9967a?a=135&in=oklch&hue=shorter&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 42.85% 80.24%, oklch(from #e9967a l c h / 0.7544) 0%, rgb(from #e9967a r g b / 0) 51.63%), radial-gradient(circle farthest-corner at 29.86% 46.92%, oklch(from #b0e0e6 l c h / 0.8106) 0%, rgb(from #b0e0e6 r g b / 0) 48.6%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_42.85%_80.24%,oklch(from_#e9967a_l_c_h_/_0.7544)_0%,rgb(from_#e9967a_r_g_b_/_0)_51.63%),radial-gradient(circle_farthest-corner_at_29.86%_46.92%,oklch(from_#b0e0e6_l_c_h_/_0.8106)_0%,rgb(from_#b0e0e6_r_g_b_/_0)_48.6%)]`
- Contrast (worst point): white 1.61:1 fail · black 10.66:1 AA · banding low
- Maker: https://brandsweets.com/gradients/new/v1.b0e0e6-e9967a?k=mesh&seed=powderblue-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.
