# Copper to Teal gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #b87333 0%, #b67335 8.28%, #b2753a 16.03%, #aa7641 23.35%, #a17848 30.32%, #967a51 37.03%, #897c59 43.56%, #7b7d61 50%, #6b7e68 56.44%, #5b7f6f 62.97%, #4a8074 69.68%, #388079 76.65%, #24807d 83.97%, #0f807f 91.72%, #008080 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#b87333_0%,#b67335_8.28%,#b2753a_16.03%,#aa7641_23.35%,#a17848_30.32%,#967a51_37.03%,#897c59_43.56%,#7b7d61_50%,#6b7e68_56.44%,#5b7f6f_62.97%,#4a8074_69.68%,#388079_76.65%,#24807d_83.97%,#0f807f_91.72%,#008080_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.b87333-008080?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 82.69% 11.35%, oklch(from #b87333 l c h / 0.7688) 0%, rgb(from #b87333 r g b / 0) 53%), radial-gradient(circle farthest-corner at 43.66% 74.72%, oklch(from #008080 l c h / 0.8961) 0%, rgb(from #008080 r g b / 0) 46.88%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_82.69%_11.35%,oklch(from_#b87333_l_c_h_/_0.7688)_0%,rgb(from_#b87333_r_g_b_/_0)_53%),radial-gradient(circle_farthest-corner_at_43.66%_74.72%,oklch(from_#008080_l_c_h_/_0.8961)_0%,rgb(from_#008080_r_g_b_/_0)_46.88%)]`
- Contrast (worst point): white 4.21:1 AA-large · black 4.49:1 AA-large · banding low
- Maker: https://brandsweets.com/gradients/new/v1.b87333-008080?k=mesh&seed=copper-to-teal

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