# Lilac to Copper gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #c8a2c8 0%, #c8a1c6 8.28%, #c7a0c0 16.03%, #c69db8 23.35%, #c59aad 30.32%, #c395a0 37.03%, #c29192 43.56%, #c08c83 50%, #be8774 56.44%, #bd8265 62.97%, #bb7d57 69.68%, #ba794a 76.65%, #b9763e 83.97%, #b87436 91.72%, #b87333 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#c8a2c8_0%,#c8a1c6_8.28%,#c7a0c0_16.03%,#c69db8_23.35%,#c59aad_30.32%,#c395a0_37.03%,#c29192_43.56%,#c08c83_50%,#be8774_56.44%,#bd8265_62.97%,#bb7d57_69.68%,#ba794a_76.65%,#b9763e_83.97%,#b87436_91.72%,#b87333_100%)]`
- Contrast (worst point): white 2.22:1 fail · black 5.54:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.c8a2c8-b87333?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 86.37% 36.95%, oklch(from #b87333 l c h / 0.7313) 0%, rgb(from #b87333 r g b / 0) 52.54%), radial-gradient(circle farthest-corner at 35.3% 35.51%, oklch(from #c8a2c8 l c h / 0.8673) 0%, rgb(from #c8a2c8 r g b / 0) 53.01%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_86.37%_36.95%,oklch(from_#b87333_l_c_h_/_0.7313)_0%,rgb(from_#b87333_r_g_b_/_0)_52.54%),radial-gradient(circle_farthest-corner_at_35.3%_35.51%,oklch(from_#c8a2c8_l_c_h_/_0.8673)_0%,rgb(from_#c8a2c8_r_g_b_/_0)_53.01%)]`
- Contrast (worst point): white 2.38:1 fail · black 6.83:1 AA · banding low
- Maker: https://brandsweets.com/gradients/new/v1.c8a2c8-b87333?k=mesh&seed=lilac-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.
