# Rust to Dark Olive Green gradient

Rust (#b7410e) to Dark Olive Green (#556b2f), interpolated perceptually. The engine's pick for this pair is oklab.

- Page: https://brandsweets.com/gradients/rust-to-darkolivegreen
- Colors: https://brandsweets.com/colors/rust, https://brandsweets.com/colors/darkolivegreen
- Reverse: https://brandsweets.com/gradients/darkolivegreen-to-rust

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #b7410e 0%, #b6420f 8.28%, #b24511 16.03%, #ad4914 23.35%, #a64e18 30.32%, #9e531c 37.03%, #95581f 43.56%, #8b5c22 50%, #816026 56.44%, #776328 62.97%, #6d662a 69.68%, #64682c 76.65%, #5c6a2e 83.97%, #576b2f 91.72%, #556b2f 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#b7410e_0%,#b6420f_8.28%,#b24511_16.03%,#ad4914_23.35%,#a64e18_30.32%,#9e531c_37.03%,#95581f_43.56%,#8b5c22_50%,#816026_56.44%,#776328_62.97%,#6d662a_69.68%,#64682c_76.65%,#5c6a2e_83.97%,#576b2f_91.72%,#556b2f_100%)]`
- Contrast (worst point): white 5.56:1 AA · black 3.52:1 AA-large · banding high
- Maker: https://brandsweets.com/gradients/new/v1.b7410e-556b2f?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 85.81% 75.14%, oklch(from #b7410e l c h / 0.7748) 0%, rgb(from #b7410e r g b / 0) 55.32%), radial-gradient(circle farthest-corner at 49.7% 28.42%, oklch(from #556b2f l c h / 0.866) 0%, rgb(from #556b2f r g b / 0) 48.81%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_85.81%_75.14%,oklch(from_#b7410e_l_c_h_/_0.7748)_0%,rgb(from_#b7410e_r_g_b_/_0)_55.32%),radial-gradient(circle_farthest-corner_at_49.7%_28.42%,oklch(from_#556b2f_l_c_h_/_0.866)_0%,rgb(from_#556b2f_r_g_b_/_0)_48.81%)]`
- Contrast (worst point): white 5.70:1 AA · black 3.46:1 AA-large · banding high
- Maker: https://brandsweets.com/gradients/new/v1.b7410e-556b2f?k=mesh&seed=rust-to-darkolivegreen

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