# Fuchsia to Light Sea Green gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #ff00ff 0%, #fd15fe 8.28%, #f82ffb 16.03%, #ef45f5 23.35%, #e459ef 30.32%, #d76ae7 37.03%, #c779df 43.56%, #b686d6 50%, #a292cd 56.44%, #8e9bc4 62.97%, #77a3bc 69.68%, #5faab5 76.65%, #46aeaf 83.97%, #2db1ab 91.72%, #20b2aa 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#ff00ff_0%,#fd15fe_8.28%,#f82ffb_16.03%,#ef45f5_23.35%,#e459ef_30.32%,#d76ae7_37.03%,#c779df_43.56%,#b686d6_50%,#a292cd_56.44%,#8e9bc4_62.97%,#77a3bc_69.68%,#5faab5_76.65%,#46aeaf_83.97%,#2db1ab_91.72%,#20b2aa_100%)]`
- Contrast (worst point): white 2.61:1 fail · black 6.69:1 AA · banding medium
- Maker: https://brandsweets.com/gradients/new/v1.ff00ff-20b2aa?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 25.35% 5.13%, oklch(from #ff00ff l c h / 0.7639) 0%, rgb(from #ff00ff r g b / 0) 58.9%), radial-gradient(circle farthest-corner at 4.6% 40.5%, oklch(from #20b2aa l c h / 0.7659) 0%, rgb(from #20b2aa r g b / 0) 54.13%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_25.35%_5.13%,oklch(from_#ff00ff_l_c_h_/_0.7639)_0%,rgb(from_#ff00ff_r_g_b_/_0)_58.9%),radial-gradient(circle_farthest-corner_at_4.6%_40.5%,oklch(from_#20b2aa_l_c_h_/_0.7659)_0%,rgb(from_#20b2aa_r_g_b_/_0)_54.13%)]`
- Contrast (worst point): white 2.85:1 fail · black 5.21:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.ff00ff-20b2aa?k=mesh&seed=fuchsia-to-lightseagreen

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