# Ochre to Amber gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #cc7722 0%, #cd7822 8.28%, #cf7b21 16.03%, #d27f21 23.35%, #d68520 30.32%, #db8c1e 37.03%, #e0931d 43.56%, #e69b1a 50%, #eba217 56.44%, #f0aa13 62.97%, #f5b10f 69.68%, #f9b60a 76.65%, #fcbb05 83.97%, #febe01 91.72%, #ffbf00 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#cc7722_0%,#cd7822_8.28%,#cf7b21_16.03%,#d27f21_23.35%,#d68520_30.32%,#db8c1e_37.03%,#e0931d_43.56%,#e69b1a_50%,#eba217_56.44%,#f0aa13_62.97%,#f5b10f_69.68%,#f9b60a_76.65%,#fcbb05_83.97%,#febe01_91.72%,#ffbf00_100%)]`
- Contrast (worst point): white 1.65:1 fail · black 6.23:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.cc7722-ffbf00?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 92.87% 96.11%, oklch(from #ffbf00 l c h / 0.8631) 0%, rgb(from #ffbf00 r g b / 0) 59.66%), radial-gradient(circle farthest-corner at 36.29% 65.24%, oklch(from #cc7722 l c h / 0.7134) 0%, rgb(from #cc7722 r g b / 0) 59.19%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_92.87%_96.11%,oklch(from_#ffbf00_l_c_h_/_0.8631)_0%,rgb(from_#ffbf00_r_g_b_/_0)_59.66%),radial-gradient(circle_farthest-corner_at_36.29%_65.24%,oklch(from_#cc7722_l_c_h_/_0.7134)_0%,rgb(from_#cc7722_r_g_b_/_0)_59.19%)]`
- Contrast (worst point): white 1.74:1 fail · black 7.96:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.cc7722-ffbf00?k=mesh&seed=ochre-to-amber

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