# Copper to Tan gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #b87333 0%, #b87435 8.28%, #ba7739 16.03%, #bb7b3f 23.35%, #be8047 30.32%, #c0864f 37.03%, #c38d58 43.56%, #c69462 50%, #c99a6b 56.44%, #cba173 62.97%, #cda77b 69.68%, #cfac82 76.65%, #d1b087 83.97%, #d2b38b 91.72%, #d2b48c 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#b87333_0%,#b87435_8.28%,#ba7739_16.03%,#bb7b3f_23.35%,#be8047_30.32%,#c0864f_37.03%,#c38d58_43.56%,#c69462_50%,#c99a6b_56.44%,#cba173_62.97%,#cda77b_69.68%,#cfac82_76.65%,#d1b087_83.97%,#d2b38b_91.72%,#d2b48c_100%)]`
- Contrast (worst point): white 1.97:1 fail · black 5.54:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.b87333-d2b48c?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 8.05% 0.6%, oklch(from #b87333 l c h / 0.8031) 0%, rgb(from #b87333 r g b / 0) 52.78%), radial-gradient(circle farthest-corner at 8.33% 40.44%, oklch(from #d2b48c l c h / 0.7334) 0%, rgb(from #d2b48c r g b / 0) 53.63%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_8.05%_0.6%,oklch(from_#b87333_l_c_h_/_0.8031)_0%,rgb(from_#b87333_r_g_b_/_0)_52.78%),radial-gradient(circle_farthest-corner_at_8.33%_40.44%,oklch(from_#d2b48c_l_c_h_/_0.7334)_0%,rgb(from_#d2b48c_r_g_b_/_0)_53.63%)]`
- Contrast (worst point): white 2.58:1 fail · black 6.20:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.b87333-d2b48c?k=mesh&seed=copper-to-tan

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