# Khaki to Copper gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #f0e68c 0%, #efe48b 8.28%, #eddf87 16.03%, #ead881 23.35%, #e6cf7a 30.32%, #e1c472 37.03%, #dbb869 43.56%, #d6ac5f 50%, #d0a056 56.44%, #ca944d 62.97%, #c48945 69.68%, #bf803e 76.65%, #bb7938 83.97%, #b97534 91.72%, #b87333 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#f0e68c_0%,#efe48b_8.28%,#eddf87_16.03%,#ead881_23.35%,#e6cf7a_30.32%,#e1c472_37.03%,#dbb869_43.56%,#d6ac5f_50%,#d0a056_56.44%,#ca944d_62.97%,#c48945_69.68%,#bf803e_76.65%,#bb7938_83.97%,#b97534_91.72%,#b87333_100%)]`
- Contrast (worst point): white 1.28:1 fail · black 5.54:1 AA · banding medium
- Maker: https://brandsweets.com/gradients/new/v1.f0e68c-b87333?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 1.62% 8.05%, oklch(from #b87333 l c h / 0.8994) 0%, rgb(from #b87333 r g b / 0) 58.55%), radial-gradient(circle farthest-corner at 68.95% 18.98%, oklch(from #f0e68c l c h / 0.8068) 0%, rgb(from #f0e68c r g b / 0) 56.86%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_1.62%_8.05%,oklch(from_#b87333_l_c_h_/_0.8994)_0%,rgb(from_#b87333_r_g_b_/_0)_58.55%),radial-gradient(circle_farthest-corner_at_68.95%_18.98%,oklch(from_#f0e68c_l_c_h_/_0.8068)_0%,rgb(from_#f0e68c_r_g_b_/_0)_56.86%)]`
- Contrast (worst point): white 1.86:1 fail · black 6.11:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.f0e68c-b87333?k=mesh&seed=khaki-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.
