# Hot Pink to Lime Green gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklch shorter hue, #ff69b4 0%, #ff68af 8.28%, #ff67a1 16.03%, #ff678c 23.35%, #ff6d70 30.32%, #ff7249 37.03%, #ff7900 43.56%, #f28e00 50%, #dc9d00 56.44%, #c6aa00 62.97%, #adb500 69.68%, #8dbf00 76.65%, #66c800 83.97%, #44cc24 91.72%, #32cd32 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklch_shorter_hue,#ff69b4_0%,#ff68af_8.28%,#ff67a1_16.03%,#ff678c_23.35%,#ff6d70_30.32%,#ff7249_37.03%,#ff7900_43.56%,#f28e00_50%,#dc9d00_56.44%,#c6aa00_62.97%,#adb500_69.68%,#8dbf00_76.65%,#66c800_83.97%,#44cc24_91.72%,#32cd32_100%)]`
- Contrast (worst point): white 2.11:1 fail · black 7.54:1 AA · banding medium
- Maker: https://brandsweets.com/gradients/new/v1.ff69b4-32cd32?a=135&in=oklch&hue=shorter&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 83.85% 20.93%, oklch(from #32cd32 l c h / 0.7162) 0%, rgb(from #32cd32 r g b / 0) 55.26%), radial-gradient(circle farthest-corner at 55.19% 53.23%, oklch(from #ff69b4 l c h / 0.7355) 0%, rgb(from #ff69b4 r g b / 0) 52.6%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_83.85%_20.93%,oklch(from_#32cd32_l_c_h_/_0.7162)_0%,rgb(from_#32cd32_r_g_b_/_0)_55.26%),radial-gradient(circle_farthest-corner_at_55.19%_53.23%,oklch(from_#ff69b4_l_c_h_/_0.7355)_0%,rgb(from_#ff69b4_r_g_b_/_0)_52.6%)]`
- Contrast (worst point): white 2.35:1 fail · black 7.48:1 AA · banding low
- Maker: https://brandsweets.com/gradients/new/v1.ff69b4-32cd32?k=mesh&seed=hotpink-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.
