# Dark Olive Green to Rust gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #556b2f 0%, #576b2f 8.28%, #5c6a2e 16.03%, #64682c 23.35%, #6d662a 30.32%, #776328 37.03%, #816026 43.56%, #8b5c22 50%, #95581f 56.44%, #9e531c 62.97%, #a64e18 69.68%, #ad4914 76.65%, #b24511 83.97%, #b6420f 91.72%, #b7410e 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#556b2f_0%,#576b2f_8.28%,#5c6a2e_16.03%,#64682c_23.35%,#6d662a_30.32%,#776328_37.03%,#816026_43.56%,#8b5c22_50%,#95581f_56.44%,#9e531c_62.97%,#a64e18_69.68%,#ad4914_76.65%,#b24511_83.97%,#b6420f_91.72%,#b7410e_100%)]`
- Contrast (worst point): white 5.56:1 AA · black 3.52:1 AA-large · banding high
- Maker: https://brandsweets.com/gradients/new/v1.556b2f-b7410e?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 55.73% 97.49%, oklch(from #b7410e l c h / 0.7948) 0%, rgb(from #b7410e r g b / 0) 55.22%), radial-gradient(circle farthest-corner at 19.81% 54.16%, oklch(from #556b2f l c h / 0.7928) 0%, rgb(from #556b2f r g b / 0) 50.9%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_55.73%_97.49%,oklch(from_#b7410e_l_c_h_/_0.7948)_0%,rgb(from_#b7410e_r_g_b_/_0)_55.22%),radial-gradient(circle_farthest-corner_at_19.81%_54.16%,oklch(from_#556b2f_l_c_h_/_0.7928)_0%,rgb(from_#556b2f_r_g_b_/_0)_50.9%)]`
- Contrast (worst point): white 5.75:1 AA · black 3.50:1 AA-large · banding high
- Maker: https://brandsweets.com/gradients/new/v1.556b2f-b7410e?k=mesh&seed=darkolivegreen-to-rust

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