# Lilac to Chartreuse gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklch shorter hue, #c8a2c8 0%, #cba2c8 8.28%, #d3a0c7 16.03%, #e19ec2 23.35%, #f29cb6 30.32%, #ff9aa2 37.03%, #ffa089 43.56%, #ffab70 50%, #ffb545 56.44%, #ffc300 62.97%, #edd500 69.68%, #d0e500 76.65%, #adf300 83.97%, #8dfc00 91.72%, #7fff00 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklch_shorter_hue,#c8a2c8_0%,#cba2c8_8.28%,#d3a0c7_16.03%,#e19ec2_23.35%,#f29cb6_30.32%,#ff9aa2_37.03%,#ffa089_43.56%,#ffab70_50%,#ffb545_56.44%,#ffc300_62.97%,#edd500_69.68%,#d0e500_76.65%,#adf300_83.97%,#8dfc00_91.72%,#7fff00_100%)]`
- Contrast (worst point): white 1.29:1 fail · black 9.46:1 AA · banding medium
- Maker: https://brandsweets.com/gradients/new/v1.c8a2c8-7fff00?a=135&in=oklch&hue=shorter&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 72.38% 86.45%, oklch(from #7fff00 l c h / 0.8743) 0%, rgb(from #7fff00 r g b / 0) 53.25%), radial-gradient(circle farthest-corner at 41.75% 17.08%, oklch(from #c8a2c8 l c h / 0.7455) 0%, rgb(from #c8a2c8 r g b / 0) 45.28%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_72.38%_86.45%,oklch(from_#7fff00_l_c_h_/_0.8743)_0%,rgb(from_#7fff00_r_g_b_/_0)_53.25%),radial-gradient(circle_farthest-corner_at_41.75%_17.08%,oklch(from_#c8a2c8_l_c_h_/_0.7455)_0%,rgb(from_#c8a2c8_r_g_b_/_0)_45.28%)]`
- Contrast (worst point): white 1.40:1 fail · black 10.92:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.c8a2c8-7fff00?k=mesh&seed=lilac-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.
