# Tan to Copper gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #d2b48c 0%, #d2b38b 8.28%, #d1b087 16.03%, #cfac82 23.35%, #cda77b 30.32%, #cba173 37.03%, #c99a6b 43.56%, #c69462 50%, #c38d58 56.44%, #c0864f 62.97%, #be8047 69.68%, #bb7b3f 76.65%, #ba7739 83.97%, #b87435 91.72%, #b87333 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#d2b48c_0%,#d2b38b_8.28%,#d1b087_16.03%,#cfac82_23.35%,#cda77b_30.32%,#cba173_37.03%,#c99a6b_43.56%,#c69462_50%,#c38d58_56.44%,#c0864f_62.97%,#be8047_69.68%,#bb7b3f_76.65%,#ba7739_83.97%,#b87435_91.72%,#b87333_100%)]`
- Contrast (worst point): white 1.97:1 fail · black 5.54:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.d2b48c-b87333?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 93.77% 24.51%, oklch(from #b87333 l c h / 0.7193) 0%, rgb(from #b87333 r g b / 0) 52.86%), radial-gradient(circle farthest-corner at 4.4% 31.66%, oklch(from #d2b48c l c h / 0.7263) 0%, rgb(from #d2b48c r g b / 0) 45.17%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_93.77%_24.51%,oklch(from_#b87333_l_c_h_/_0.7193)_0%,rgb(from_#b87333_r_g_b_/_0)_52.86%),radial-gradient(circle_farthest-corner_at_4.4%_31.66%,oklch(from_#d2b48c_l_c_h_/_0.7263)_0%,rgb(from_#d2b48c_r_g_b_/_0)_45.17%)]`
- Contrast (worst point): white 2.32:1 fail · black 7.42:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.d2b48c-b87333?k=mesh&seed=tan-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.
