# Slate Gray to Goldenrod gradient

Slate Gray (#708090) to Goldenrod (#daa520), interpolated perceptually. The engine's pick for this pair is oklch.

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklch shorter hue, #708090 0%, #6f8191 8.28%, #6d8495 16.03%, #688999 23.35%, #61909c 30.32%, #59989c 37.03%, #56a096 43.56%, #5ba789 50%, #6dad78 56.44%, #86af63 62.97%, #a0ae4d 69.68%, #b8ac39 76.65%, #caa92a 83.97%, #d6a622 91.72%, #daa520 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklch_shorter_hue,#708090_0%,#6f8191_8.28%,#6d8495_16.03%,#688999_23.35%,#61909c_30.32%,#59989c_37.03%,#56a096_43.56%,#5ba789_50%,#6dad78_56.44%,#86af63_62.97%,#a0ae4d_69.68%,#b8ac39_76.65%,#caa92a_83.97%,#d6a622_91.72%,#daa520_100%)]`
- Contrast (worst point): white 2.23:1 fail · black 5.18:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.708090-daa520?a=135&in=oklch&hue=shorter&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 67.3% 83.99%, oklch(from #daa520 l c h / 0.7402) 0%, rgb(from #daa520 r g b / 0) 59.29%), radial-gradient(circle farthest-corner at 30.7% 74.2%, oklch(from #708090 l c h / 0.7773) 0%, rgb(from #708090 r g b / 0) 53.88%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_67.3%_83.99%,oklch(from_#daa520_l_c_h_/_0.7402)_0%,rgb(from_#daa520_r_g_b_/_0)_59.29%),radial-gradient(circle_farthest-corner_at_30.7%_74.2%,oklch(from_#708090_l_c_h_/_0.7773)_0%,rgb(from_#708090_r_g_b_/_0)_53.88%)]`
- Contrast (worst point): white 2.56:1 fail · black 6.70:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.708090-daa520?k=mesh&seed=slategray-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.
