# Lime Green to Hot Pink gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklch shorter hue, #32cd32 0%, #44cc24 8.28%, #66c800 16.03%, #8dbf00 23.35%, #adb500 30.32%, #c6aa00 37.03%, #dc9d00 43.56%, #f28e00 50%, #ff7900 56.44%, #ff7249 62.97%, #ff6d70 69.68%, #ff678c 76.65%, #ff67a1 83.97%, #ff68af 91.72%, #ff69b4 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklch_shorter_hue,#32cd32_0%,#44cc24_8.28%,#66c800_16.03%,#8dbf00_23.35%,#adb500_30.32%,#c6aa00_37.03%,#dc9d00_43.56%,#f28e00_50%,#ff7900_56.44%,#ff7249_62.97%,#ff6d70_69.68%,#ff678c_76.65%,#ff67a1_83.97%,#ff68af_91.72%,#ff69b4_100%)]`
- Contrast (worst point): white 2.11:1 fail · black 7.55:1 AA · banding medium
- Maker: https://brandsweets.com/gradients/new/v1.32cd32-ff69b4?a=135&in=oklch&hue=shorter&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 94.73% 9.59%, oklch(from #32cd32 l c h / 0.8531) 0%, rgb(from #32cd32 r g b / 0) 55.03%), radial-gradient(circle farthest-corner at 49.25% 81.57%, oklch(from #ff69b4 l c h / 0.7084) 0%, rgb(from #ff69b4 r g b / 0) 48.89%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_94.73%_9.59%,oklch(from_#32cd32_l_c_h_/_0.8531)_0%,rgb(from_#32cd32_r_g_b_/_0)_55.03%),radial-gradient(circle_farthest-corner_at_49.25%_81.57%,oklch(from_#ff69b4_l_c_h_/_0.7084)_0%,rgb(from_#ff69b4_r_g_b_/_0)_48.89%)]`
- Contrast (worst point): white 2.35:1 fail · black 8.05:1 AA · banding low
- Maker: https://brandsweets.com/gradients/new/v1.32cd32-ff69b4?k=mesh&seed=limegreen-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.
