# Goldenrod to Teal gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #daa520 0%, #d8a525 8.28%, #d1a42f 16.03%, #c7a23b 23.35%, #baa046 30.32%, #ab9d51 37.03%, #9a995b 43.56%, #879564 50%, #74916b 56.44%, #618d71 62.97%, #4d8977 69.68%, #39867b 76.65%, #25837e 83.97%, #0f817f 91.72%, #008080 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#daa520_0%,#d8a525_8.28%,#d1a42f_16.03%,#c7a23b_23.35%,#baa046_30.32%,#ab9d51_37.03%,#9a995b_43.56%,#879564_50%,#74916b_56.44%,#618d71_62.97%,#4d8977_69.68%,#39867b_76.65%,#25837e_83.97%,#0f817f_91.72%,#008080_100%)]`
- Contrast (worst point): white 2.24:1 fail · black 4.40:1 AA-large · banding medium
- Maker: https://brandsweets.com/gradients/new/v1.daa520-008080?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 28.79% 26.16%, oklch(from #daa520 l c h / 0.8067) 0%, rgb(from #daa520 r g b / 0) 59.48%), radial-gradient(circle farthest-corner at 92.8% 60.07%, oklch(from #008080 l c h / 0.756) 0%, rgb(from #008080 r g b / 0) 57.31%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_28.79%_26.16%,oklch(from_#daa520_l_c_h_/_0.8067)_0%,rgb(from_#daa520_r_g_b_/_0)_59.48%),radial-gradient(circle_farthest-corner_at_92.8%_60.07%,oklch(from_#008080_l_c_h_/_0.756)_0%,rgb(from_#008080_r_g_b_/_0)_57.31%)]`
- Contrast (worst point): white 2.42:1 fail · black 5.19:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.daa520-008080?k=mesh&seed=goldenrod-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.
