# Violet to Chartreuse gradient

Violet (#ee82ee) to Chartreuse (#7fff00), interpolated perceptually. The engine's pick for this pair is oklch.

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklch shorter hue, #ee82ee 0%, #f281eb 8.28%, #fd7ee0 16.03%, #ff7dce 23.35%, #ff8ab4 30.32%, #ff969e 37.03%, #ffa189 43.56%, #ffac70 50%, #ffb645 56.44%, #ffc300 62.97%, #edd500 69.68%, #d0e600 76.65%, #adf300 83.97%, #8cfc00 91.72%, #7fff00 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklch_shorter_hue,#ee82ee_0%,#f281eb_8.28%,#fd7ee0_16.03%,#ff7dce_23.35%,#ff8ab4_30.32%,#ff969e_37.03%,#ffa189_43.56%,#ffac70_50%,#ffb645_56.44%,#ffc300_62.97%,#edd500_69.68%,#d0e600_76.65%,#adf300_83.97%,#8cfc00_91.72%,#7fff00_100%)]`
- Contrast (worst point): white 1.29:1 fail · black 9.00:1 AA · banding medium
- Maker: https://brandsweets.com/gradients/new/v1.ee82ee-7fff00?a=135&in=oklch&hue=shorter&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 13.88% 97.41%, oklch(from #7fff00 l c h / 0.8486) 0%, rgb(from #7fff00 r g b / 0) 46.59%), radial-gradient(circle farthest-corner at 68.46% 68.42%, oklch(from #ee82ee l c h / 0.7758) 0%, rgb(from #ee82ee r g b / 0) 57.88%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_13.88%_97.41%,oklch(from_#7fff00_l_c_h_/_0.8486)_0%,rgb(from_#7fff00_r_g_b_/_0)_46.59%),radial-gradient(circle_farthest-corner_at_68.46%_68.42%,oklch(from_#ee82ee_l_c_h_/_0.7758)_0%,rgb(from_#ee82ee_r_g_b_/_0)_57.88%)]`
- Contrast (worst point): white 1.69:1 fail · black 9.50:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.ee82ee-7fff00?k=mesh&seed=violet-to-chartreuse

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