# Dusty Rose to Sky Blue gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklch shorter hue, #dcae96 0%, #dcaf95 8.28%, #dab091 16.03%, #d6b48d 23.35%, #d0b88a 30.32%, #c6be8a 37.03%, #b8c490 43.56%, #a8c99c 50%, #98ceab 56.44%, #8ad0bc 62.97%, #82d1cc 69.68%, #80d1da 76.65%, #83d0e3 83.97%, #86cee9 91.72%, #87ceeb 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklch_shorter_hue,#dcae96_0%,#dcaf95_8.28%,#dab091_16.03%,#d6b48d_23.35%,#d0b88a_30.32%,#c6be8a_37.03%,#b8c490_43.56%,#a8c99c_50%,#98ceab_56.44%,#8ad0bc_62.97%,#82d1cc_69.68%,#80d1da_76.65%,#83d0e3_83.97%,#86cee9_91.72%,#87ceeb_100%)]`
- Contrast (worst point): white 1.73:1 fail · black 10.53:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.dcae96-87ceeb?a=135&in=oklch&hue=shorter&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 31.06% 9.37%, oklch(from #87ceeb l c h / 0.765) 0%, rgb(from #87ceeb r g b / 0) 50.04%), radial-gradient(circle farthest-corner at 74.47% 48.44%, oklch(from #dcae96 l c h / 0.8461) 0%, rgb(from #dcae96 r g b / 0) 49.59%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_31.06%_9.37%,oklch(from_#87ceeb_l_c_h_/_0.765)_0%,rgb(from_#87ceeb_r_g_b_/_0)_50.04%),radial-gradient(circle_farthest-corner_at_74.47%_48.44%,oklch(from_#dcae96_l_c_h_/_0.8461)_0%,rgb(from_#dcae96_r_g_b_/_0)_49.59%)]`
- Contrast (worst point): white 1.79:1 fail · black 10.83:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.dcae96-87ceeb?k=mesh&seed=dusty-rose-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.
