# Maroon to Sea Green gradient

Maroon (#800000) to Sea Green (#2e8b57), interpolated perceptually. The engine's pick for this pair is oklab.

- Page: https://brandsweets.com/gradients/maroon-to-seagreen
- Colors: https://brandsweets.com/colors/maroon, https://brandsweets.com/colors/seagreen
- Reverse: https://brandsweets.com/gradients/seagreen-to-maroon

## OKLab

- CSS: `linear-gradient(135deg in oklab, #800000 0%, #2e8b57 100%)`
- Tailwind: `bg-linear-to-br/oklab from-[#800000] to-[#2e8b57]`
- Contrast (worst point): white 4.25:1 AA-large · black 1.92:1 fail · banding high
- Maker: https://brandsweets.com/gradients/new/v1.800000-2e8b57?a=135

## OKLCH (shorter hue)

- CSS: `linear-gradient(135deg in oklch shorter hue, #800000 0%, #2e8b57 100%)`
- Tailwind: `bg-linear-to-br/oklch from-[#800000] to-[#2e8b57]`
- Contrast (worst point): white 4.24:1 AA-large · black 1.92:1 fail · banding high
- Maker: https://brandsweets.com/gradients/new/v1.800000-2e8b57?a=135&in=oklch&hue=shorter

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #800000 0%, #800602 8.28%, #7f1506 16.03%, #7e230e 23.35%, #7c3116 30.32%, #793e1f 37.03%, #754b27 43.56%, #705730 50%, #686338 56.44%, #606d40 62.97%, #557747 69.68%, #497f4e 76.65%, #3d8553 83.97%, #338a56 91.72%, #2e8b57 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#800000_0%,#800602_8.28%,#7f1506_16.03%,#7e230e_23.35%,#7c3116_30.32%,#793e1f_37.03%,#754b27_43.56%,#705730_50%,#686338_56.44%,#606d40_62.97%,#557747_69.68%,#497f4e_76.65%,#3d8553_83.97%,#338a56_91.72%,#2e8b57_100%)]`
- Contrast (worst point): white 4.24:1 AA-large · black 1.92:1 fail · banding high
- Maker: https://brandsweets.com/gradients/new/v1.800000-2e8b57?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 3.52% 16.96%, oklch(from #800000 l c h / 0.8337) 0%, rgb(from #800000 r g b / 0) 45.64%), radial-gradient(circle farthest-corner at 55.19% 50.97%, oklch(from #2e8b57 l c h / 0.7696) 0%, rgb(from #2e8b57 r g b / 0) 46.71%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_3.52%_16.96%,oklch(from_#800000_l_c_h_/_0.8337)_0%,rgb(from_#800000_r_g_b_/_0)_45.64%),radial-gradient(circle_farthest-corner_at_55.19%_50.97%,oklch(from_#2e8b57_l_c_h_/_0.7696)_0%,rgb(from_#2e8b57_r_g_b_/_0)_46.71%)]`
- Contrast (worst point): white 4.98:1 AA · black 2.00:1 fail · banding high
- Maker: https://brandsweets.com/gradients/new/v1.800000-2e8b57?k=mesh&seed=maroon-to-seagreen

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