# Amber to Beige gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #ffbf00 0%, #ffc012 8.28%, #ffc22a 16.03%, #fec640 23.35%, #feca55 30.32%, #fdd069 37.03%, #fcd57c 43.56%, #fbdb8f 50%, #fae1a0 56.44%, #f9e6b0 62.97%, #f8ebbf 69.68%, #f7efcb 76.65%, #f6f2d4 83.97%, #f5f4da 91.72%, #f5f5dc 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#ffbf00_0%,#ffc012_8.28%,#ffc22a_16.03%,#fec640_23.35%,#feca55_30.32%,#fdd069_37.03%,#fcd57c_43.56%,#fbdb8f_50%,#fae1a0_56.44%,#f9e6b0_62.97%,#f8ebbf_69.68%,#f7efcb_76.65%,#f6f2d4_83.97%,#f5f4da_91.72%,#f5f5dc_100%)]`
- Contrast (worst point): white 1.11:1 fail · black 12.70:1 AA · banding medium
- Maker: https://brandsweets.com/gradients/new/v1.ffbf00-f5f5dc?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 9.91% 85.8%, oklch(from #ffbf00 l c h / 0.7115) 0%, rgb(from #ffbf00 r g b / 0) 54.39%), radial-gradient(circle farthest-corner at 89.83% 57.61%, oklch(from #f5f5dc l c h / 0.8064) 0%, rgb(from #f5f5dc r g b / 0) 57.64%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_9.91%_85.8%,oklch(from_#ffbf00_l_c_h_/_0.7115)_0%,rgb(from_#ffbf00_r_g_b_/_0)_54.39%),radial-gradient(circle_farthest-corner_at_89.83%_57.61%,oklch(from_#f5f5dc_l_c_h_/_0.8064)_0%,rgb(from_#f5f5dc_r_g_b_/_0)_57.64%)]`
- Contrast (worst point): white 1.22:1 fail · black 15.24:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.ffbf00-f5f5dc?k=mesh&seed=amber-to-beige

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