# Light Sea Green to Hot Pink gradient

Light Sea Green (#20b2aa) to Hot Pink (#ff69b4), interpolated perceptually. The engine's pick for this pair is oklch.

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklch shorter hue, #20b2aa 0%, #18b2ad 8.28%, #00b2b7 16.03%, #00b2c5 23.35%, #00afd7 30.32%, #2eabe9 37.03%, #58a3f9 43.56%, #7d9aff 50%, #9f8fff 56.44%, #bc84fa 62.97%, #d57beb 69.68%, #e873d8 76.65%, #f56dc6 83.97%, #fc6ab9 91.72%, #ff69b4 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklch_shorter_hue,#20b2aa_0%,#18b2ad_8.28%,#00b2b7_16.03%,#00b2c5_23.35%,#00afd7_30.32%,#2eabe9_37.03%,#58a3f9_43.56%,#7d9aff_50%,#9f8fff_56.44%,#bc84fa_62.97%,#d57beb_69.68%,#e873d8_76.65%,#f56dc6_83.97%,#fc6ab9_91.72%,#ff69b4_100%)]`
- Contrast (worst point): white 2.56:1 fail · black 7.80:1 AA · banding medium
- Maker: https://brandsweets.com/gradients/new/v1.20b2aa-ff69b4?a=135&in=oklch&hue=shorter&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 19.68% 88.31%, oklch(from #ff69b4 l c h / 0.8831) 0%, rgb(from #ff69b4 r g b / 0) 56.82%), radial-gradient(circle farthest-corner at 42.45% 28.04%, oklch(from #20b2aa l c h / 0.8369) 0%, rgb(from #20b2aa r g b / 0) 55.82%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_19.68%_88.31%,oklch(from_#ff69b4_l_c_h_/_0.8831)_0%,rgb(from_#ff69b4_r_g_b_/_0)_56.82%),radial-gradient(circle_farthest-corner_at_42.45%_28.04%,oklch(from_#20b2aa_l_c_h_/_0.8369)_0%,rgb(from_#20b2aa_r_g_b_/_0)_55.82%)]`
- Contrast (worst point): white 2.63:1 fail · black 7.07:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.20b2aa-ff69b4?k=mesh&seed=lightseagreen-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.
