# Teal to Rust gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklch shorter hue, #008080 0%, #00807e 8.28%, #008178 16.03%, #00826e 23.35%, #1c825e 30.32%, #378149 37.03%, #517d2e 43.56%, #6a7700 50%, #806f00 56.44%, #906600 62.97%, #9e5c00 69.68%, #ab5100 76.65%, #b34800 83.97%, #b64301 91.72%, #b7410e 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklch_shorter_hue,#008080_0%,#00807e_8.28%,#008178_16.03%,#00826e_23.35%,#1c825e_30.32%,#378149_37.03%,#517d2e_43.56%,#6a7700_50%,#806f00_56.44%,#906600_62.97%,#9e5c00_69.68%,#ab5100_76.65%,#b34800_83.97%,#b64301_91.72%,#b7410e_100%)]`
- Contrast (worst point): white 4.72:1 AA · black 3.77:1 AA-large · banding medium
- Maker: https://brandsweets.com/gradients/new/v1.008080-b7410e?a=135&in=oklch&hue=shorter&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 36.33% 4.44%, oklch(from #b7410e l c h / 0.8283) 0%, rgb(from #b7410e r g b / 0) 57.97%), radial-gradient(circle farthest-corner at 37.67% 88.52%, oklch(from #008080 l c h / 0.8245) 0%, rgb(from #008080 r g b / 0) 46.81%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_36.33%_4.44%,oklch(from_#b7410e_l_c_h_/_0.8283)_0%,rgb(from_#b7410e_r_g_b_/_0)_57.97%),radial-gradient(circle_farthest-corner_at_37.67%_88.52%,oklch(from_#008080_l_c_h_/_0.8245)_0%,rgb(from_#008080_r_g_b_/_0)_46.81%)]`
- Contrast (worst point): white 5.11:1 AA · black 3.73:1 AA-large · banding high
- Maker: https://brandsweets.com/gradients/new/v1.008080-b7410e?k=mesh&seed=teal-to-rust

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