# Copper to Khaki gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #b87333 0%, #b97534 8.28%, #bb7938 16.03%, #bf803e 23.35%, #c48945 30.32%, #ca944d 37.03%, #d0a056 43.56%, #d6ac5f 50%, #dbb869 56.44%, #e1c472 62.97%, #e6cf7a 69.68%, #ead881 76.65%, #eddf87 83.97%, #efe48b 91.72%, #f0e68c 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#b87333_0%,#b97534_8.28%,#bb7938_16.03%,#bf803e_23.35%,#c48945_30.32%,#ca944d_37.03%,#d0a056_43.56%,#d6ac5f_50%,#dbb869_56.44%,#e1c472_62.97%,#e6cf7a_69.68%,#ead881_76.65%,#eddf87_83.97%,#efe48b_91.72%,#f0e68c_100%)]`
- Contrast (worst point): white 1.28:1 fail · black 5.54:1 AA · banding medium
- Maker: https://brandsweets.com/gradients/new/v1.b87333-f0e68c?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 4.76% 71.28%, oklch(from #b87333 l c h / 0.8321) 0%, rgb(from #b87333 r g b / 0) 54.26%), radial-gradient(circle farthest-corner at 75.41% 21.31%, oklch(from #f0e68c l c h / 0.7293) 0%, rgb(from #f0e68c r g b / 0) 57.29%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_4.76%_71.28%,oklch(from_#b87333_l_c_h_/_0.8321)_0%,rgb(from_#b87333_r_g_b_/_0)_54.26%),radial-gradient(circle_farthest-corner_at_75.41%_21.31%,oklch(from_#f0e68c_l_c_h_/_0.7293)_0%,rgb(from_#f0e68c_r_g_b_/_0)_57.29%)]`
- Contrast (worst point): white 1.95:1 fail · black 9.55:1 AA · banding low
- Maker: https://brandsweets.com/gradients/new/v1.b87333-f0e68c?k=mesh&seed=copper-to-khaki

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