# Dusty Rose to Copper gradient

Dusty Rose (#dcae96) to Copper (#b87333), interpolated perceptually. The engine's pick for this pair is oklab.

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #dcae96 0%, #dbad95 8.28%, #daab91 16.03%, #d8a78b 23.35%, #d5a284 30.32%, #d29d7b 37.03%, #ce9771 43.56%, #ca9167 50%, #c68a5d 56.44%, #c38453 62.97%, #bf7f49 69.68%, #bc7a41 76.65%, #ba763a 83.97%, #b97435 91.72%, #b87333 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#dcae96_0%,#dbad95_8.28%,#daab91_16.03%,#d8a78b_23.35%,#d5a284_30.32%,#d29d7b_37.03%,#ce9771_43.56%,#ca9167_50%,#c68a5d_56.44%,#c38453_62.97%,#bf7f49_69.68%,#bc7a41_76.65%,#ba763a_83.97%,#b97435_91.72%,#b87333_100%)]`
- Contrast (worst point): white 1.99:1 fail · black 5.54:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.dcae96-b87333?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 50.77% 83.93%, oklch(from #b87333 l c h / 0.747) 0%, rgb(from #b87333 r g b / 0) 54.38%), radial-gradient(circle farthest-corner at 61.14% 43.03%, oklch(from #dcae96 l c h / 0.8243) 0%, rgb(from #dcae96 r g b / 0) 53.35%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_50.77%_83.93%,oklch(from_#b87333_l_c_h_/_0.747)_0%,rgb(from_#b87333_r_g_b_/_0)_54.38%),radial-gradient(circle_farthest-corner_at_61.14%_43.03%,oklch(from_#dcae96_l_c_h_/_0.8243)_0%,rgb(from_#dcae96_r_g_b_/_0)_53.35%)]`
- Contrast (worst point): white 2.48:1 fail · black 7.03:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.dcae96-b87333?k=mesh&seed=dusty-rose-to-copper

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