# Fuchsia to Medium Sea Green gradient

Fuchsia (#ff00ff) to Medium Sea Green (#3cb371), interpolated perceptually. The engine's pick for this pair is oklch.

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklch shorter hue, #ff00ff 0%, #fa16ff 8.28%, #e545ff 16.03%, #c769ff 23.35%, #a77eff 30.32%, #858dff 37.03%, #5599ff 43.56%, #00a6ff 50%, #00aedf 56.44%, #00b2c4 62.97%, #00b5ad 69.68%, #00b796 76.65%, #00b781 83.97%, #2fb475 91.72%, #3cb371 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklch_shorter_hue,#ff00ff_0%,#fa16ff_8.28%,#e545ff_16.03%,#c769ff_23.35%,#a77eff_30.32%,#858dff_37.03%,#5599ff_43.56%,#00a6ff_50%,#00aedf_56.44%,#00b2c4_62.97%,#00b5ad_69.68%,#00b796_76.65%,#00b781_83.97%,#2fb475_91.72%,#3cb371_100%)]`
- Contrast (worst point): white 2.54:1 fail · black 6.52:1 AA · banding medium
- Maker: https://brandsweets.com/gradients/new/v1.ff00ff-3cb371?a=135&in=oklch&hue=shorter&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 84.34% 96.22%, oklch(from #ff00ff l c h / 0.8411) 0%, rgb(from #ff00ff r g b / 0) 54.64%), radial-gradient(circle farthest-corner at 17.58% 55.16%, oklch(from #3cb371 l c h / 0.762) 0%, rgb(from #3cb371 r g b / 0) 49.03%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_84.34%_96.22%,oklch(from_#ff00ff_l_c_h_/_0.8411)_0%,rgb(from_#ff00ff_r_g_b_/_0)_54.64%),radial-gradient(circle_farthest-corner_at_17.58%_55.16%,oklch(from_#3cb371_l_c_h_/_0.762)_0%,rgb(from_#3cb371_r_g_b_/_0)_49.03%)]`
- Contrast (worst point): white 2.86:1 fail · black 5.89:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.ff00ff-3cb371?k=mesh&seed=fuchsia-to-mediumseagreen

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