# Rust to Teal gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

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

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 18.24% 72.17%, oklch(from #b7410e l c h / 0.8529) 0%, rgb(from #b7410e r g b / 0) 49.76%), radial-gradient(circle farthest-corner at 61.03% 45.93%, oklch(from #008080 l c h / 0.8268) 0%, rgb(from #008080 r g b / 0) 53.72%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_18.24%_72.17%,oklch(from_#b7410e_l_c_h_/_0.8529)_0%,rgb(from_#b7410e_r_g_b_/_0)_49.76%),radial-gradient(circle_farthest-corner_at_61.03%_45.93%,oklch(from_#008080_l_c_h_/_0.8268)_0%,rgb(from_#008080_r_g_b_/_0)_53.72%)]`
- Contrast (worst point): white 5.10:1 AA · black 3.54:1 AA-large · banding low
- Maker: https://brandsweets.com/gradients/new/v1.b7410e-008080?k=mesh&seed=rust-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.
