# Amber to Cream gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #ffbf00 0%, #ffc011 8.28%, #ffc327 16.03%, #ffc73c 23.35%, #ffcc50 30.32%, #ffd263 37.03%, #ffd875 43.56%, #ffdf87 50%, #ffe597 56.44%, #ffeca6 62.97%, #fff1b4 69.68%, #fff6bf 76.65%, #fffac8 83.97%, #fffcce 91.72%, #fffdd0 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#ffbf00_0%,#ffc011_8.28%,#ffc327_16.03%,#ffc73c_23.35%,#ffcc50_30.32%,#ffd263_37.03%,#ffd875_43.56%,#ffdf87_50%,#ffe597_56.44%,#ffeca6_62.97%,#fff1b4_69.68%,#fff6bf_76.65%,#fffac8_83.97%,#fffcce_91.72%,#fffdd0_100%)]`
- Contrast (worst point): white 1.04:1 fail · black 12.70:1 AA · banding medium
- Maker: https://brandsweets.com/gradients/new/v1.ffbf00-fffdd0?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 85.09% 97.87%, oklch(from #ffbf00 l c h / 0.8075) 0%, rgb(from #ffbf00 r g b / 0) 55.81%), radial-gradient(circle farthest-corner at 35.56% 62.78%, oklch(from #fffdd0 l c h / 0.8351) 0%, rgb(from #fffdd0 r g b / 0) 56.95%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_85.09%_97.87%,oklch(from_#ffbf00_l_c_h_/_0.8075)_0%,rgb(from_#ffbf00_r_g_b_/_0)_55.81%),radial-gradient(circle_farthest-corner_at_35.56%_62.78%,oklch(from_#fffdd0_l_c_h_/_0.8351)_0%,rgb(from_#fffdd0_r_g_b_/_0)_56.95%)]`
- Contrast (worst point): white 1.17:1 fail · black 13.54:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.ffbf00-fffdd0?k=mesh&seed=amber-to-cream

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