# Burgundy to Sea Green gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #800020 0%, #800621 8.28%, #7f1523 16.03%, #7e2326 23.35%, #7c312a 30.32%, #793e2f 37.03%, #754b35 43.56%, #6f573b 50%, #686241 56.44%, #5f6d46 62.97%, #55774c 69.68%, #497f50 76.65%, #3d8554 83.97%, #328a56 91.72%, #2e8b57 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#800020_0%,#800621_8.28%,#7f1523_16.03%,#7e2326_23.35%,#7c312a_30.32%,#793e2f_37.03%,#754b35_43.56%,#6f573b_50%,#686241_56.44%,#5f6d46_62.97%,#55774c_69.68%,#497f50_76.65%,#3d8554_83.97%,#328a56_91.72%,#2e8b57_100%)]`
- Contrast (worst point): white 4.24:1 AA-large · black 1.94:1 fail · banding high
- Maker: https://brandsweets.com/gradients/new/v1.800020-2e8b57?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 87.14% 13.96%, oklch(from #800020 l c h / 0.7448) 0%, rgb(from #800020 r g b / 0) 56.36%), radial-gradient(circle farthest-corner at 1.2% 39.85%, oklch(from #2e8b57 l c h / 0.708) 0%, rgb(from #2e8b57 r g b / 0) 46.86%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_87.14%_13.96%,oklch(from_#800020_l_c_h_/_0.7448)_0%,rgb(from_#800020_r_g_b_/_0)_56.36%),radial-gradient(circle_farthest-corner_at_1.2%_39.85%,oklch(from_#2e8b57_l_c_h_/_0.708)_0%,rgb(from_#2e8b57_r_g_b_/_0)_46.86%)]`
- Contrast (worst point): white 5.95:1 AA · black 2.67:1 fail · banding high
- Maker: https://brandsweets.com/gradients/new/v1.800020-2e8b57?k=mesh&seed=burgundy-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.
