# Amber to Ochre gradient

Amber (#ffbf00) to Ochre (#cc7722), interpolated perceptually. The engine's pick for this pair is oklab.

- Page: https://brandsweets.com/gradients/amber-to-ochre
- Colors: https://brandsweets.com/colors/amber, https://brandsweets.com/colors/ochre
- Reverse: https://brandsweets.com/gradients/ochre-to-amber

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #ffbf00 0%, #febe01 8.28%, #fcbb05 16.03%, #f9b60a 23.35%, #f5b10f 30.32%, #f0aa13 37.03%, #eba217 43.56%, #e69b1a 50%, #e0931d 56.44%, #db8c1e 62.97%, #d68520 69.68%, #d27f21 76.65%, #cf7b21 83.97%, #cd7822 91.72%, #cc7722 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#ffbf00_0%,#febe01_8.28%,#fcbb05_16.03%,#f9b60a_23.35%,#f5b10f_30.32%,#f0aa13_37.03%,#eba217_43.56%,#e69b1a_50%,#e0931d_56.44%,#db8c1e_62.97%,#d68520_69.68%,#d27f21_76.65%,#cf7b21_83.97%,#cd7822_91.72%,#cc7722_100%)]`
- Contrast (worst point): white 1.65:1 fail · black 6.23:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.ffbf00-cc7722?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 2.96% 91.02%, oklch(from #ffbf00 l c h / 0.8461) 0%, rgb(from #ffbf00 r g b / 0) 52.11%), radial-gradient(circle farthest-corner at 60.24% 47.25%, oklch(from #cc7722 l c h / 0.8231) 0%, rgb(from #cc7722 r g b / 0) 48.47%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_2.96%_91.02%,oklch(from_#ffbf00_l_c_h_/_0.8461)_0%,rgb(from_#ffbf00_r_g_b_/_0)_52.11%),radial-gradient(circle_farthest-corner_at_60.24%_47.25%,oklch(from_#cc7722_l_c_h_/_0.8231)_0%,rgb(from_#cc7722_r_g_b_/_0)_48.47%)]`
- Contrast (worst point): white 2.32:1 fail · black 7.54:1 AA · banding low
- Maker: https://brandsweets.com/gradients/new/v1.ffbf00-cc7722?k=mesh&seed=amber-to-ochre

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