# Light Sea Green to Fuchsia gradient

Light Sea Green (#20b2aa) to Fuchsia (#ff00ff), interpolated perceptually. The engine's pick for this pair is oklab.

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #20b2aa 0%, #2db1ab 8.28%, #46aeaf 16.03%, #5faab5 23.35%, #77a3bc 30.32%, #8e9bc4 37.03%, #a292cd 43.56%, #b686d6 50%, #c779df 56.44%, #d76ae7 62.97%, #e459ef 69.68%, #ef45f5 76.65%, #f82ffb 83.97%, #fd15fe 91.72%, #ff00ff 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#20b2aa_0%,#2db1ab_8.28%,#46aeaf_16.03%,#5faab5_23.35%,#77a3bc_30.32%,#8e9bc4_37.03%,#a292cd_43.56%,#b686d6_50%,#c779df_56.44%,#d76ae7_62.97%,#e459ef_69.68%,#ef45f5_76.65%,#f82ffb_83.97%,#fd15fe_91.72%,#ff00ff_100%)]`
- Contrast (worst point): white 2.61:1 fail · black 6.69:1 AA · banding medium
- Maker: https://brandsweets.com/gradients/new/v1.20b2aa-ff00ff?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 13.56% 38.49%, oklch(from #ff00ff l c h / 0.8607) 0%, rgb(from #ff00ff r g b / 0) 49.41%), radial-gradient(circle farthest-corner at 56.66% 69.76%, oklch(from #20b2aa l c h / 0.8756) 0%, rgb(from #20b2aa r g b / 0) 45.67%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_13.56%_38.49%,oklch(from_#ff00ff_l_c_h_/_0.8607)_0%,rgb(from_#ff00ff_r_g_b_/_0)_49.41%),radial-gradient(circle_farthest-corner_at_56.66%_69.76%,oklch(from_#20b2aa_l_c_h_/_0.8756)_0%,rgb(from_#20b2aa_r_g_b_/_0)_45.67%)]`
- Contrast (worst point): white 2.85:1 fail · black 5.63:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.20b2aa-ff00ff?k=mesh&seed=lightseagreen-to-fuchsia

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