# Hot Pink to Chartreuse gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklch shorter hue, #ff69b4 0%, #ff69b0 8.28%, #ff69a5 16.03%, #ff7395 23.35%, #ff8083 30.32%, #ff8d70 37.03%, #ff9959 43.56%, #ffa62e 50%, #ffb400 56.44%, #f5c700 62.97%, #e0d800 69.68%, #c6e700 76.65%, #a6f400 83.97%, #8afc00 91.72%, #7fff00 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklch_shorter_hue,#ff69b4_0%,#ff69b0_8.28%,#ff69a5_16.03%,#ff7395_23.35%,#ff8083_30.32%,#ff8d70_37.03%,#ff9959_43.56%,#ffa62e_50%,#ffb400_56.44%,#f5c700_62.97%,#e0d800_69.68%,#c6e700_76.65%,#a6f400_83.97%,#8afc00_91.72%,#7fff00_100%)]`
- Contrast (worst point): white 1.29:1 fail · black 7.79:1 AA · banding medium
- Maker: https://brandsweets.com/gradients/new/v1.ff69b4-7fff00?a=135&in=oklch&hue=shorter&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 2.98% 17.39%, oklch(from #7fff00 l c h / 0.7646) 0%, rgb(from #7fff00 r g b / 0) 52.3%), radial-gradient(circle farthest-corner at 52.94% 52.37%, oklch(from #ff69b4 l c h / 0.7902) 0%, rgb(from #ff69b4 r g b / 0) 46.81%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_2.98%_17.39%,oklch(from_#7fff00_l_c_h_/_0.7646)_0%,rgb(from_#7fff00_r_g_b_/_0)_52.3%),radial-gradient(circle_farthest-corner_at_52.94%_52.37%,oklch(from_#ff69b4_l_c_h_/_0.7902)_0%,rgb(from_#ff69b4_r_g_b_/_0)_46.81%)]`
- Contrast (worst point): white 1.50:1 fail · black 8.44:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.ff69b4-7fff00?k=mesh&seed=hotpink-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.
