# Amber to Champagne gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #ffbf00 0%, #ffc011 8.28%, #ffc128 16.03%, #fec43d 23.35%, #fec851 30.32%, #fdcc64 37.03%, #fcd076 43.56%, #fbd487 50%, #fbd897 56.44%, #fadca6 62.97%, #f9e0b3 69.68%, #f8e3be 76.65%, #f8e5c7 83.97%, #f7e6cc 91.72%, #f7e7ce 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#ffbf00_0%,#ffc011_8.28%,#ffc128_16.03%,#fec43d_23.35%,#fec851_30.32%,#fdcc64_37.03%,#fcd076_43.56%,#fbd487_50%,#fbd897_56.44%,#fadca6_62.97%,#f9e0b3_69.68%,#f8e3be_76.65%,#f8e5c7_83.97%,#f7e6cc_91.72%,#f7e7ce_100%)]`
- Contrast (worst point): white 1.22:1 fail · black 12.70:1 AA · banding medium
- Maker: https://brandsweets.com/gradients/new/v1.ffbf00-f7e7ce?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 85.66% 72.43%, oklch(from #ffbf00 l c h / 0.8096) 0%, rgb(from #ffbf00 r g b / 0) 58.69%), radial-gradient(circle farthest-corner at 46.71% 90.11%, oklch(from #f7e7ce l c h / 0.8058) 0%, rgb(from #f7e7ce r g b / 0) 49.66%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_85.66%_72.43%,oklch(from_#ffbf00_l_c_h_/_0.8096)_0%,rgb(from_#ffbf00_r_g_b_/_0)_58.69%),radial-gradient(circle_farthest-corner_at_46.71%_90.11%,oklch(from_#f7e7ce_l_c_h_/_0.8058)_0%,rgb(from_#f7e7ce_r_g_b_/_0)_49.66%)]`
- Contrast (worst point): white 1.41:1 fail · black 13.39:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.ffbf00-f7e7ce?k=mesh&seed=amber-to-champagne

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