# Copper to Sand gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #b87333 0%, #b87434 8.28%, #b97738 16.03%, #ba7b3d 23.35%, #bb8044 30.32%, #bc864b 37.03%, #bd8c53 43.56%, #be935b 50%, #bf9963 56.44%, #c0a06b 62.97%, #c1a672 69.68%, #c1ab77 76.65%, #c2af7c 83.97%, #c2b17f 91.72%, #c2b280 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#b87333_0%,#b87434_8.28%,#b97738_16.03%,#ba7b3d_23.35%,#bb8044_30.32%,#bc864b_37.03%,#bd8c53_43.56%,#be935b_50%,#bf9963_56.44%,#c0a06b_62.97%,#c1a672_69.68%,#c1ab77_76.65%,#c2af7c_83.97%,#c2b17f_91.72%,#c2b280_100%)]`
- Contrast (worst point): white 2.11:1 fail · black 5.54:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.b87333-c2b280?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 5.6% 21.92%, oklch(from #b87333 l c h / 0.8718) 0%, rgb(from #b87333 r g b / 0) 51.14%), radial-gradient(circle farthest-corner at 34.23% 71.66%, oklch(from #c2b280 l c h / 0.7652) 0%, rgb(from #c2b280 r g b / 0) 46.41%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_5.6%_21.92%,oklch(from_#b87333_l_c_h_/_0.8718)_0%,rgb(from_#b87333_r_g_b_/_0)_51.14%),radial-gradient(circle_farthest-corner_at_34.23%_71.66%,oklch(from_#c2b280_l_c_h_/_0.7652)_0%,rgb(from_#c2b280_r_g_b_/_0)_46.41%)]`
- Contrast (worst point): white 2.57:1 fail · black 6.04:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.b87333-c2b280?k=mesh&seed=copper-to-sand

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