# Violet to Lime Green gradient

Violet (#ee82ee) to Lime Green (#32cd32), interpolated perceptually. The engine's pick for this pair is oklch.

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklch shorter hue, #ee82ee 0%, #f180ea 8.28%, #fa7cdc 16.03%, #ff77c6 23.35%, #ff78a7 30.32%, #ff7d85 37.03%, #ff805a 43.56%, #ff8400 50%, #ef9800 56.44%, #d5a700 62.97%, #b9b300 69.68%, #97be00 76.65%, #6dc700 83.97%, #47cc22 91.72%, #32cd32 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklch_shorter_hue,#ee82ee_0%,#f180ea_8.28%,#fa7cdc_16.03%,#ff77c6_23.35%,#ff78a7_30.32%,#ff7d85_37.03%,#ff805a_43.56%,#ff8400_50%,#ef9800_56.44%,#d5a700_62.97%,#b9b300_69.68%,#97be00_76.65%,#6dc700_83.97%,#47cc22_91.72%,#32cd32_100%)]`
- Contrast (worst point): white 2.11:1 fail · black 8.45:1 AA · banding medium
- Maker: https://brandsweets.com/gradients/new/v1.ee82ee-32cd32?a=135&in=oklch&hue=shorter&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 1.86% 86.34%, oklch(from #32cd32 l c h / 0.7548) 0%, rgb(from #32cd32 r g b / 0) 49.52%), radial-gradient(circle farthest-corner at 74.29% 68.82%, oklch(from #ee82ee l c h / 0.8917) 0%, rgb(from #ee82ee r g b / 0) 54.2%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_1.86%_86.34%,oklch(from_#32cd32_l_c_h_/_0.7548)_0%,rgb(from_#32cd32_r_g_b_/_0)_49.52%),radial-gradient(circle_farthest-corner_at_74.29%_68.82%,oklch(from_#ee82ee_l_c_h_/_0.8917)_0%,rgb(from_#ee82ee_r_g_b_/_0)_54.2%)]`
- Contrast (worst point): white 2.20:1 fail · black 8.88:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.ee82ee-32cd32?k=mesh&seed=violet-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.
