# Rust to Hunter Green gradient

Rust (#b7410e) to Hunter Green (#355e3b), interpolated perceptually. The engine's pick for this pair is oklab.

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #b7410e 0%, #b54210 8.28%, #b14514 16.03%, #aa4819 23.35%, #a14c1e 30.32%, #965023 37.03%, #8b5328 43.56%, #7e562c 50%, #715930 56.44%, #635b33 62.97%, #565c36 69.68%, #4a5d38 76.65%, #405e3a 83.97%, #385e3b 91.72%, #355e3b 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#b7410e_0%,#b54210_8.28%,#b14514_16.03%,#aa4819_23.35%,#a14c1e_30.32%,#965023_37.03%,#8b5328_43.56%,#7e562c_50%,#715930_56.44%,#635b33_62.97%,#565c36_69.68%,#4a5d38_76.65%,#405e3a_83.97%,#385e3b_91.72%,#355e3b_100%)]`
- Contrast (worst point): white 5.56:1 AA · black 2.82:1 fail · banding high
- Maker: https://brandsweets.com/gradients/new/v1.b7410e-355e3b?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 18.2% 74.48%, oklch(from #b7410e l c h / 0.8402) 0%, rgb(from #b7410e r g b / 0) 50.28%), radial-gradient(circle farthest-corner at 40.75% 2.88%, oklch(from #355e3b l c h / 0.7796) 0%, rgb(from #355e3b r g b / 0) 52.18%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_18.2%_74.48%,oklch(from_#b7410e_l_c_h_/_0.8402)_0%,rgb(from_#b7410e_r_g_b_/_0)_50.28%),radial-gradient(circle_farthest-corner_at_40.75%_2.88%,oklch(from_#355e3b_l_c_h_/_0.7796)_0%,rgb(from_#355e3b_r_g_b_/_0)_52.18%)]`
- Contrast (worst point): white 6.37:1 AA · black 2.96:1 fail · banding high
- Maker: https://brandsweets.com/gradients/new/v1.b7410e-355e3b?k=mesh&seed=rust-to-hunter-green

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