# Teal to Burgundy gradient

Teal (#008080) to Burgundy (#800020), interpolated perceptually. The engine's pick for this pair is oklch.

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklch shorter hue, #008080 0%, #00807d 8.28%, #007f74 16.03%, #007c66 23.35%, #1d7851 30.32%, #377236 37.03%, #4e680b 43.56%, #615b00 50%, #6d4e00 56.44%, #754100 62.97%, #7d3100 69.68%, #831c00 76.65%, #820e0c 83.97%, #81031c 91.72%, #800020 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklch_shorter_hue,#008080_0%,#00807d_8.28%,#007f74_16.03%,#007c66_23.35%,#1d7851_30.32%,#377236_37.03%,#4e680b_43.56%,#615b00_50%,#6d4e00_56.44%,#754100_62.97%,#7d3100_69.68%,#831c00_76.65%,#820e0c_83.97%,#81031c_91.72%,#800020_100%)]`
- Contrast (worst point): white 4.77:1 AA · black 1.94:1 fail · banding high
- Maker: https://brandsweets.com/gradients/new/v1.008080-800020?a=135&in=oklch&hue=shorter&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 83.58% 92.36%, oklch(from #800020 l c h / 0.87) 0%, rgb(from #800020 r g b / 0) 58.04%), radial-gradient(circle farthest-corner at 32.61% 15.82%, oklch(from #008080 l c h / 0.7129) 0%, rgb(from #008080 r g b / 0) 55.69%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_83.58%_92.36%,oklch(from_#800020_l_c_h_/_0.87)_0%,rgb(from_#800020_r_g_b_/_0)_58.04%),radial-gradient(circle_farthest-corner_at_32.61%_15.82%,oklch(from_#008080_l_c_h_/_0.7129)_0%,rgb(from_#008080_r_g_b_/_0)_55.69%)]`
- Contrast (worst point): white 6.05:1 AA · black 1.96:1 fail · banding high
- Maker: https://brandsweets.com/gradients/new/v1.008080-800020?k=mesh&seed=teal-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.
