# Hunter Green to Dark Orchid gradient

Hunter Green (#355e3b) to Dark Orchid (#9932cc), interpolated perceptually. The engine's pick for this pair is oklch.

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklch shorter hue, #355e3b 0%, #325f3d 8.28%, #276242 16.03%, #04664b 23.35%, #006a5b 30.32%, #006b6d 37.03%, #006c80 43.56%, #006b97 50%, #0066bb 56.44%, #2d5dcd 62.97%, #5752d6 69.68%, #7446d7 76.65%, #883cd3 83.97%, #9535ce 91.72%, #9932cc 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklch_shorter_hue,#355e3b_0%,#325f3d_8.28%,#276242_16.03%,#04664b_23.35%,#006a5b_30.32%,#006b6d_37.03%,#006c80_43.56%,#006b97_50%,#0066bb_56.44%,#2d5dcd_62.97%,#5752d6_69.68%,#7446d7_76.65%,#883cd3_83.97%,#9535ce_91.72%,#9932cc_100%)]`
- Contrast (worst point): white 5.69:1 AA · black 2.81:1 fail · banding high
- Maker: https://brandsweets.com/gradients/new/v1.355e3b-9932cc?a=135&in=oklch&hue=shorter&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 99.42% 57.19%, oklch(from #9932cc l c h / 0.8095) 0%, rgb(from #9932cc r g b / 0) 48.79%), radial-gradient(circle farthest-corner at 50.87% 73.07%, oklch(from #355e3b l c h / 0.8046) 0%, rgb(from #355e3b r g b / 0) 53.04%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_99.42%_57.19%,oklch(from_#9932cc_l_c_h_/_0.8095)_0%,rgb(from_#9932cc_r_g_b_/_0)_48.79%),radial-gradient(circle_farthest-corner_at_50.87%_73.07%,oklch(from_#355e3b_l_c_h_/_0.8046)_0%,rgb(from_#355e3b_r_g_b_/_0)_53.04%)]`
- Contrast (worst point): white 6.42:1 AA · black 2.92:1 fail · banding high
- Maker: https://brandsweets.com/gradients/new/v1.355e3b-9932cc?k=mesh&seed=hunter-green-to-darkorchid

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