# Dark Orange to Lime Green gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #ff8c00 0%, #fd8d01 8.28%, #f89105 16.03%, #f0970b 23.35%, #e59d12 30.32%, #d8a417 37.03%, #c9ab1c 43.56%, #b9b221 50%, #a6b925 56.44%, #92be29 62.97%, #7cc32c 69.68%, #66c72e 76.65%, #4fca30 83.97%, #3bcc32 91.72%, #32cd32 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#ff8c00_0%,#fd8d01_8.28%,#f89105_16.03%,#f0970b_23.35%,#e59d12_30.32%,#d8a417_37.03%,#c9ab1c_43.56%,#b9b221_50%,#a6b925_56.44%,#92be29_62.97%,#7cc32c_69.68%,#66c72e_76.65%,#4fca30_83.97%,#3bcc32_91.72%,#32cd32_100%)]`
- Contrast (worst point): white 2.11:1 fail · black 8.96:1 AA · banding medium
- Maker: https://brandsweets.com/gradients/new/v1.ff8c00-32cd32?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 25.49% 19.02%, oklch(from #32cd32 l c h / 0.7515) 0%, rgb(from #32cd32 r g b / 0) 54.58%), radial-gradient(circle farthest-corner at 74.61% 80.58%, oklch(from #ff8c00 l c h / 0.7217) 0%, rgb(from #ff8c00 r g b / 0) 55.97%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_25.49%_19.02%,oklch(from_#32cd32_l_c_h_/_0.7515)_0%,rgb(from_#32cd32_r_g_b_/_0)_54.58%),radial-gradient(circle_farthest-corner_at_74.61%_80.58%,oklch(from_#ff8c00_l_c_h_/_0.7217)_0%,rgb(from_#ff8c00_r_g_b_/_0)_55.97%)]`
- Contrast (worst point): white 2.21:1 fail · black 8.85:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.ff8c00-32cd32?k=mesh&seed=darkorange-to-limegreen

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