# Copper to Lilac gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #b87333 0%, #b87436 8.28%, #b9763e 16.03%, #ba794a 23.35%, #bb7d57 30.32%, #bd8265 37.03%, #be8774 43.56%, #c08c83 50%, #c29192 56.44%, #c395a0 62.97%, #c59aad 69.68%, #c69db8 76.65%, #c7a0c0 83.97%, #c8a1c6 91.72%, #c8a2c8 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#b87333_0%,#b87436_8.28%,#b9763e_16.03%,#ba794a_23.35%,#bb7d57_30.32%,#bd8265_37.03%,#be8774_43.56%,#c08c83_50%,#c29192_56.44%,#c395a0_62.97%,#c59aad_69.68%,#c69db8_76.65%,#c7a0c0_83.97%,#c8a1c6_91.72%,#c8a2c8_100%)]`
- Contrast (worst point): white 2.22:1 fail · black 5.54:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.b87333-c8a2c8?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 14.36% 21.74%, oklch(from #b87333 l c h / 0.8283) 0%, rgb(from #b87333 r g b / 0) 46.81%), radial-gradient(circle farthest-corner at 87.03% 23.02%, oklch(from #c8a2c8 l c h / 0.8845) 0%, rgb(from #c8a2c8 r g b / 0) 58.24%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_14.36%_21.74%,oklch(from_#b87333_l_c_h_/_0.8283)_0%,rgb(from_#b87333_r_g_b_/_0)_46.81%),radial-gradient(circle_farthest-corner_at_87.03%_23.02%,oklch(from_#c8a2c8_l_c_h_/_0.8845)_0%,rgb(from_#c8a2c8_r_g_b_/_0)_58.24%)]`
- Contrast (worst point): white 2.67:1 fail · black 5.91:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.b87333-c8a2c8?k=mesh&seed=copper-to-lilac

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