# Teal to Copper gradient

Teal (#008080) to Copper (#b87333), interpolated perceptually. The engine's pick for this pair is oklab.

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #008080 0%, #0f807f 8.28%, #24807d 16.03%, #388079 23.35%, #4a8074 30.32%, #5b7f6f 37.03%, #6b7e68 43.56%, #7b7d61 50%, #897c59 56.44%, #967a51 62.97%, #a17848 69.68%, #aa7641 76.65%, #b2753a 83.97%, #b67335 91.72%, #b87333 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#008080_0%,#0f807f_8.28%,#24807d_16.03%,#388079_23.35%,#4a8074_30.32%,#5b7f6f_37.03%,#6b7e68_43.56%,#7b7d61_50%,#897c59_56.44%,#967a51_62.97%,#a17848_69.68%,#aa7641_76.65%,#b2753a_83.97%,#b67335_91.72%,#b87333_100%)]`
- Contrast (worst point): white 3.79:1 AA-large · black 4.40:1 AA-large · banding medium
- Maker: https://brandsweets.com/gradients/new/v1.008080-b87333?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 35.62% 8.92%, oklch(from #b87333 l c h / 0.7976) 0%, rgb(from #b87333 r g b / 0) 48.61%), radial-gradient(circle farthest-corner at 25.6% 64.67%, oklch(from #008080 l c h / 0.8666) 0%, rgb(from #008080 r g b / 0) 58.4%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_35.62%_8.92%,oklch(from_#b87333_l_c_h_/_0.7976)_0%,rgb(from_#b87333_r_g_b_/_0)_48.61%),radial-gradient(circle_farthest-corner_at_25.6%_64.67%,oklch(from_#008080_l_c_h_/_0.8666)_0%,rgb(from_#008080_r_g_b_/_0)_58.4%)]`
- Contrast (worst point): white 4.11:1 AA-large · black 4.48:1 AA-large · banding high
- Maker: https://brandsweets.com/gradients/new/v1.008080-b87333?k=mesh&seed=teal-to-copper

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