# Champagne to Amber gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #f7e7ce 0%, #f7e6cc 8.28%, #f8e5c7 16.03%, #f8e3be 23.35%, #f9e0b3 30.32%, #fadca6 37.03%, #fbd897 43.56%, #fbd487 50%, #fcd076 56.44%, #fdcc64 62.97%, #fec851 69.68%, #fec43d 76.65%, #ffc128 83.97%, #ffc011 91.72%, #ffbf00 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#f7e7ce_0%,#f7e6cc_8.28%,#f8e5c7_16.03%,#f8e3be_23.35%,#f9e0b3_30.32%,#fadca6_37.03%,#fbd897_43.56%,#fbd487_50%,#fcd076_56.44%,#fdcc64_62.97%,#fec851_69.68%,#fec43d_76.65%,#ffc128_83.97%,#ffc011_91.72%,#ffbf00_100%)]`
- Contrast (worst point): white 1.22:1 fail · black 12.70:1 AA · banding medium
- Maker: https://brandsweets.com/gradients/new/v1.f7e7ce-ffbf00?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 75.47% 93.57%, oklch(from #ffbf00 l c h / 0.7678) 0%, rgb(from #ffbf00 r g b / 0) 51.8%), radial-gradient(circle farthest-corner at 36.13% 34.53%, oklch(from #f7e7ce l c h / 0.7728) 0%, rgb(from #f7e7ce r g b / 0) 57.96%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_75.47%_93.57%,oklch(from_#ffbf00_l_c_h_/_0.7678)_0%,rgb(from_#ffbf00_r_g_b_/_0)_51.8%),radial-gradient(circle_farthest-corner_at_36.13%_34.53%,oklch(from_#f7e7ce_l_c_h_/_0.7728)_0%,rgb(from_#f7e7ce_r_g_b_/_0)_57.96%)]`
- Contrast (worst point): white 1.26:1 fail · black 13.40:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.f7e7ce-ffbf00?k=mesh&seed=champagne-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.
