# Hunter Green to Rust gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #355e3b 0%, #385e3b 8.28%, #405e3a 16.03%, #4a5d38 23.35%, #565c36 30.32%, #635b33 37.03%, #715930 43.56%, #7e562c 50%, #8b5328 56.44%, #965023 62.97%, #a14c1e 69.68%, #aa4819 76.65%, #b14514 83.97%, #b54210 91.72%, #b7410e 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#355e3b_0%,#385e3b_8.28%,#405e3a_16.03%,#4a5d38_23.35%,#565c36_30.32%,#635b33_37.03%,#715930_43.56%,#7e562c_50%,#8b5328_56.44%,#965023_62.97%,#a14c1e_69.68%,#aa4819_76.65%,#b14514_83.97%,#b54210_91.72%,#b7410e_100%)]`
- Contrast (worst point): white 5.56:1 AA · black 2.82:1 fail · banding high
- Maker: https://brandsweets.com/gradients/new/v1.355e3b-b7410e?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 2.55% 69.25%, oklch(from #b7410e l c h / 0.8934) 0%, rgb(from #b7410e r g b / 0) 46.22%), radial-gradient(circle farthest-corner at 74.31% 25.2%, oklch(from #355e3b l c h / 0.7611) 0%, rgb(from #355e3b r g b / 0) 56.41%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_2.55%_69.25%,oklch(from_#b7410e_l_c_h_/_0.8934)_0%,rgb(from_#b7410e_r_g_b_/_0)_46.22%),radial-gradient(circle_farthest-corner_at_74.31%_25.2%,oklch(from_#355e3b_l_c_h_/_0.7611)_0%,rgb(from_#355e3b_r_g_b_/_0)_56.41%)]`
- Contrast (worst point): white 6.45:1 AA · black 3.03:1 AA-large · banding low
- Maker: https://brandsweets.com/gradients/new/v1.355e3b-b7410e?k=mesh&seed=hunter-green-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.
