# Sea Green to Maroon gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #2e8b57 0%, #338a56 8.28%, #3d8553 16.03%, #497f4e 23.35%, #557747 30.32%, #606d40 37.03%, #686338 43.56%, #705730 50%, #754b27 56.44%, #793e1f 62.97%, #7c3116 69.68%, #7e230e 76.65%, #7f1506 83.97%, #800602 91.72%, #800000 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#2e8b57_0%,#338a56_8.28%,#3d8553_16.03%,#497f4e_23.35%,#557747_30.32%,#606d40_37.03%,#686338_43.56%,#705730_50%,#754b27_56.44%,#793e1f_62.97%,#7c3116_69.68%,#7e230e_76.65%,#7f1506_83.97%,#800602_91.72%,#800000_100%)]`
- Contrast (worst point): white 4.24:1 AA-large · black 1.92:1 fail · banding high
- Maker: https://brandsweets.com/gradients/new/v1.2e8b57-800000?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 9.81% 31.61%, oklch(from #800000 l c h / 0.8792) 0%, rgb(from #800000 r g b / 0) 45.35%), radial-gradient(circle farthest-corner at 88.49% 57.21%, oklch(from #2e8b57 l c h / 0.7083) 0%, rgb(from #2e8b57 r g b / 0) 53.86%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_9.81%_31.61%,oklch(from_#800000_l_c_h_/_0.8792)_0%,rgb(from_#800000_r_g_b_/_0)_45.35%),radial-gradient(circle_farthest-corner_at_88.49%_57.21%,oklch(from_#2e8b57_l_c_h_/_0.7083)_0%,rgb(from_#2e8b57_r_g_b_/_0)_53.86%)]`
- Contrast (worst point): white 5.77:1 AA · black 2.05:1 fail · banding high
- Maker: https://brandsweets.com/gradients/new/v1.2e8b57-800000?k=mesh&seed=seagreen-to-maroon

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