# Dark Salmon to Powder Blue gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklch shorter hue, #e9967a 0%, #e99878 8.28%, #e79c74 16.03%, #e3a370 23.35%, #dcac6f 30.32%, #d2b774 37.03%, #c6c180 43.56%, #b8cb92 50%, #add2a6 56.44%, #a6d8b9 62.97%, #a5dcca 69.68%, #a7ded7 76.65%, #abdfdf 83.97%, #afe0e4 91.72%, #b0e0e6 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklch_shorter_hue,#e9967a_0%,#e99878_8.28%,#e79c74_16.03%,#e3a370_23.35%,#dcac6f_30.32%,#d2b774_37.03%,#c6c180_43.56%,#b8cb92_50%,#add2a6_56.44%,#a6d8b9_62.97%,#a5dcca_69.68%,#a7ded7_76.65%,#abdfdf_83.97%,#afe0e4_91.72%,#b0e0e6_100%)]`
- Contrast (worst point): white 1.43:1 fail · black 9.10:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.e9967a-b0e0e6?a=135&in=oklch&hue=shorter&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 30.63% 89.67%, oklch(from #e9967a l c h / 0.7667) 0%, rgb(from #e9967a r g b / 0) 45.42%), radial-gradient(circle farthest-corner at 37.16% 45.4%, oklch(from #b0e0e6 l c h / 0.7216) 0%, rgb(from #b0e0e6 r g b / 0) 48.27%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_30.63%_89.67%,oklch(from_#e9967a_l_c_h_/_0.7667)_0%,rgb(from_#e9967a_r_g_b_/_0)_45.42%),radial-gradient(circle_farthest-corner_at_37.16%_45.4%,oklch(from_#b0e0e6_l_c_h_/_0.7216)_0%,rgb(from_#b0e0e6_r_g_b_/_0)_48.27%)]`
- Contrast (worst point): white 1.58:1 fail · black 11.36:1 AA · banding low
- Maker: https://brandsweets.com/gradients/new/v1.e9967a-b0e0e6?k=mesh&seed=darksalmon-to-powderblue

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