# Sea Green to Burgundy gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #2e8b57 0%, #328a56 8.28%, #3d8554 16.03%, #497f50 23.35%, #55774c 30.32%, #5f6d46 37.03%, #686241 43.56%, #6f573b 50%, #754b35 56.44%, #793e2f 62.97%, #7c312a 69.68%, #7e2326 76.65%, #7f1523 83.97%, #800621 91.72%, #800020 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#2e8b57_0%,#328a56_8.28%,#3d8554_16.03%,#497f50_23.35%,#55774c_30.32%,#5f6d46_37.03%,#686241_43.56%,#6f573b_50%,#754b35_56.44%,#793e2f_62.97%,#7c312a_69.68%,#7e2326_76.65%,#7f1523_83.97%,#800621_91.72%,#800020_100%)]`
- Contrast (worst point): white 4.24:1 AA-large · black 1.94:1 fail · banding high
- Maker: https://brandsweets.com/gradients/new/v1.2e8b57-800020?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 36.79% 78.17%, oklch(from #800020 l c h / 0.7973) 0%, rgb(from #800020 r g b / 0) 48.37%), radial-gradient(circle farthest-corner at 51.02% 21.72%, oklch(from #2e8b57 l c h / 0.7798) 0%, rgb(from #2e8b57 r g b / 0) 58.45%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_36.79%_78.17%,oklch(from_#800020_l_c_h_/_0.7973)_0%,rgb(from_#800020_r_g_b_/_0)_48.37%),radial-gradient(circle_farthest-corner_at_51.02%_21.72%,oklch(from_#2e8b57_l_c_h_/_0.7798)_0%,rgb(from_#2e8b57_r_g_b_/_0)_58.45%)]`
- Contrast (worst point): white 5.65:1 AA · black 2.48:1 fail · banding low
- Maker: https://brandsweets.com/gradients/new/v1.2e8b57-800020?k=mesh&seed=seagreen-to-burgundy

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