# Brown to Khaki gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #a52a2a 0%, #a62e2b 8.28%, #aa372f 16.03%, #b04435 23.35%, #b7543c 30.32%, #c06645 37.03%, #c8784f 43.56%, #d08b59 50%, #d89f63 56.44%, #dfb16e 62.97%, #e5c277 69.68%, #ead080 76.65%, #eddc86 83.97%, #efe38a 91.72%, #f0e68c 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#a52a2a_0%,#a62e2b_8.28%,#aa372f_16.03%,#b04435_23.35%,#b7543c_30.32%,#c06645_37.03%,#c8784f_43.56%,#d08b59_50%,#d89f63_56.44%,#dfb16e_62.97%,#e5c277_69.68%,#ead080_76.65%,#eddc86_83.97%,#efe38a_91.72%,#f0e68c_100%)]`
- Contrast (worst point): white 1.28:1 fail · black 2.96:1 fail · banding medium
- Maker: https://brandsweets.com/gradients/new/v1.a52a2a-f0e68c?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 61.5% 91.03%, oklch(from #a52a2a l c h / 0.7586) 0%, rgb(from #a52a2a r g b / 0) 57.7%), radial-gradient(circle farthest-corner at 74.35% 45.68%, oklch(from #f0e68c l c h / 0.7711) 0%, rgb(from #f0e68c r g b / 0) 51.88%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_61.5%_91.03%,oklch(from_#a52a2a_l_c_h_/_0.7586)_0%,rgb(from_#a52a2a_r_g_b_/_0)_57.7%),radial-gradient(circle_farthest-corner_at_74.35%_45.68%,oklch(from_#f0e68c_l_c_h_/_0.7711)_0%,rgb(from_#f0e68c_r_g_b_/_0)_51.88%)]`
- Contrast (worst point): white 2.59:1 fail · black 5.06:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.a52a2a-f0e68c?k=mesh&seed=brown-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.
