# Chartreuse to Hot Pink gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklch shorter hue, #7fff00 0%, #8afc00 8.28%, #a6f400 16.03%, #c6e700 23.35%, #e0d800 30.32%, #f5c700 37.03%, #ffb400 43.56%, #ffa62e 50%, #ff9959 56.44%, #ff8d70 62.97%, #ff8083 69.68%, #ff7395 76.65%, #ff69a5 83.97%, #ff69b0 91.72%, #ff69b4 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklch_shorter_hue,#7fff00_0%,#8afc00_8.28%,#a6f400_16.03%,#c6e700_23.35%,#e0d800_30.32%,#f5c700_37.03%,#ffb400_43.56%,#ffa62e_50%,#ff9959_56.44%,#ff8d70_62.97%,#ff8083_69.68%,#ff7395_76.65%,#ff69a5_83.97%,#ff69b0_91.72%,#ff69b4_100%)]`
- Contrast (worst point): white 1.29:1 fail · black 7.80:1 AA · banding medium
- Maker: https://brandsweets.com/gradients/new/v1.7fff00-ff69b4?a=135&in=oklch&hue=shorter&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 24.87% 98.79%, oklch(from #7fff00 l c h / 0.7661) 0%, rgb(from #7fff00 r g b / 0) 55.16%), radial-gradient(circle farthest-corner at 91.45% 50.16%, oklch(from #ff69b4 l c h / 0.8253) 0%, rgb(from #ff69b4 r g b / 0) 58.15%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_24.87%_98.79%,oklch(from_#7fff00_l_c_h_/_0.7661)_0%,rgb(from_#7fff00_r_g_b_/_0)_55.16%),radial-gradient(circle_farthest-corner_at_91.45%_50.16%,oklch(from_#ff69b4_l_c_h_/_0.8253)_0%,rgb(from_#ff69b4_r_g_b_/_0)_58.15%)]`
- Contrast (worst point): white 1.80:1 fail · black 9.89:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.7fff00-ff69b4?k=mesh&seed=chartreuse-to-hotpink

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