# Lime Green to Dark Orange gradient

Lime Green (#32cd32) to Dark Orange (#ff8c00), interpolated perceptually. The engine's pick for this pair is oklab.

- Page: https://brandsweets.com/gradients/limegreen-to-darkorange
- Colors: https://brandsweets.com/colors/limegreen, https://brandsweets.com/colors/darkorange
- Reverse: https://brandsweets.com/gradients/darkorange-to-limegreen

## OKLab

- CSS: `linear-gradient(135deg in oklab, #32cd32 0%, #ff8c00 100%)`
- Tailwind: `bg-linear-to-br/oklab from-[#32cd32] to-[#ff8c00]`
- Contrast (worst point): white 2.11:1 fail · black 8.99:1 AA · banding medium
- Maker: https://brandsweets.com/gradients/new/v1.32cd32-ff8c00?a=135

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #32cd32 0%, #3bcc32 8.28%, #4fca30 16.03%, #66c72e 23.35%, #7cc32c 30.32%, #92be29 37.03%, #a6b925 43.56%, #b9b221 50%, #c9ab1c 56.44%, #d8a417 62.97%, #e59d12 69.68%, #f0970b 76.65%, #f89105 83.97%, #fd8d01 91.72%, #ff8c00 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#32cd32_0%,#3bcc32_8.28%,#4fca30_16.03%,#66c72e_23.35%,#7cc32c_30.32%,#92be29_37.03%,#a6b925_43.56%,#b9b221_50%,#c9ab1c_56.44%,#d8a417_62.97%,#e59d12_69.68%,#f0970b_76.65%,#f89105_83.97%,#fd8d01_91.72%,#ff8c00_100%)]`
- Contrast (worst point): white 2.11:1 fail · black 8.96:1 AA · banding medium
- Maker: https://brandsweets.com/gradients/new/v1.32cd32-ff8c00?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 82.99% 21.5%, oklch(from #32cd32 l c h / 0.7645) 0%, rgb(from #32cd32 r g b / 0) 58.53%), radial-gradient(circle farthest-corner at 34.17% 84.1%, oklch(from #ff8c00 l c h / 0.8737) 0%, rgb(from #ff8c00 r g b / 0) 57.52%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_82.99%_21.5%,oklch(from_#32cd32_l_c_h_/_0.7645)_0%,rgb(from_#32cd32_r_g_b_/_0)_58.53%),radial-gradient(circle_farthest-corner_at_34.17%_84.1%,oklch(from_#ff8c00_l_c_h_/_0.8737)_0%,rgb(from_#ff8c00_r_g_b_/_0)_57.52%)]`
- Contrast (worst point): white 2.22:1 fail · black 8.78:1 AA · banding low
- Maker: https://brandsweets.com/gradients/new/v1.32cd32-ff8c00?k=mesh&seed=limegreen-to-darkorange

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