# Teal to Goldenrod gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #008080 0%, #0f817f 8.28%, #25837e 16.03%, #39867b 23.35%, #4d8977 30.32%, #618d71 37.03%, #74916b 43.56%, #879564 50%, #9a995b 56.44%, #ab9d51 62.97%, #baa046 69.68%, #c7a23b 76.65%, #d1a42f 83.97%, #d8a525 91.72%, #daa520 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#008080_0%,#0f817f_8.28%,#25837e_16.03%,#39867b_23.35%,#4d8977_30.32%,#618d71_37.03%,#74916b_43.56%,#879564_50%,#9a995b_56.44%,#ab9d51_62.97%,#baa046_69.68%,#c7a23b_76.65%,#d1a42f_83.97%,#d8a525_91.72%,#daa520_100%)]`
- Contrast (worst point): white 2.24:1 fail · black 4.40:1 AA-large · banding medium
- Maker: https://brandsweets.com/gradients/new/v1.008080-daa520?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 43.5% 14.12%, oklch(from #daa520 l c h / 0.7893) 0%, rgb(from #daa520 r g b / 0) 51.7%), radial-gradient(circle farthest-corner at 57.17% 76.69%, oklch(from #008080 l c h / 0.739) 0%, rgb(from #008080 r g b / 0) 50.45%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_43.5%_14.12%,oklch(from_#daa520_l_c_h_/_0.7893)_0%,rgb(from_#daa520_r_g_b_/_0)_51.7%),radial-gradient(circle_farthest-corner_at_57.17%_76.69%,oklch(from_#008080_l_c_h_/_0.739)_0%,rgb(from_#008080_r_g_b_/_0)_50.45%)]`
- Contrast (worst point): white 2.72:1 fail · black 5.10:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.008080-daa520?k=mesh&seed=teal-to-goldenrod

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