# Copper to Dusty Rose gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #b87333 0%, #b97435 8.28%, #ba763a 16.03%, #bc7a41 23.35%, #bf7f49 30.32%, #c38453 37.03%, #c68a5d 43.56%, #ca9167 50%, #ce9771 56.44%, #d29d7b 62.97%, #d5a284 69.68%, #d8a78b 76.65%, #daab91 83.97%, #dbad95 91.72%, #dcae96 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#b87333_0%,#b97435_8.28%,#ba763a_16.03%,#bc7a41_23.35%,#bf7f49_30.32%,#c38453_37.03%,#c68a5d_43.56%,#ca9167_50%,#ce9771_56.44%,#d29d7b_62.97%,#d5a284_69.68%,#d8a78b_76.65%,#daab91_83.97%,#dbad95_91.72%,#dcae96_100%)]`
- Contrast (worst point): white 1.99:1 fail · black 5.54:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.b87333-dcae96?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 86.87% 10.64%, oklch(from #b87333 l c h / 0.7979) 0%, rgb(from #b87333 r g b / 0) 48.49%), radial-gradient(circle farthest-corner at 6.6% 55.59%, oklch(from #dcae96 l c h / 0.8536) 0%, rgb(from #dcae96 r g b / 0) 51.96%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_86.87%_10.64%,oklch(from_#b87333_l_c_h_/_0.7979)_0%,rgb(from_#b87333_r_g_b_/_0)_48.49%),radial-gradient(circle_farthest-corner_at_6.6%_55.59%,oklch(from_#dcae96_l_c_h_/_0.8536)_0%,rgb(from_#dcae96_r_g_b_/_0)_51.96%)]`
- Contrast (worst point): white 2.43:1 fail · black 7.66:1 AA · banding low
- Maker: https://brandsweets.com/gradients/new/v1.b87333-dcae96?k=mesh&seed=copper-to-dusty-rose

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