# Cream to Amber gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #fffdd0 0%, #fffcce 8.28%, #fffac8 16.03%, #fff6bf 23.35%, #fff1b4 30.32%, #ffeca6 37.03%, #ffe597 43.56%, #ffdf87 50%, #ffd875 56.44%, #ffd263 62.97%, #ffcc50 69.68%, #ffc73c 76.65%, #ffc327 83.97%, #ffc011 91.72%, #ffbf00 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#fffdd0_0%,#fffcce_8.28%,#fffac8_16.03%,#fff6bf_23.35%,#fff1b4_30.32%,#ffeca6_37.03%,#ffe597_43.56%,#ffdf87_50%,#ffd875_56.44%,#ffd263_62.97%,#ffcc50_69.68%,#ffc73c_76.65%,#ffc327_83.97%,#ffc011_91.72%,#ffbf00_100%)]`
- Contrast (worst point): white 1.04:1 fail · black 12.70:1 AA · banding medium
- Maker: https://brandsweets.com/gradients/new/v1.fffdd0-ffbf00?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 5.53% 88.23%, oklch(from #ffbf00 l c h / 0.7648) 0%, rgb(from #ffbf00 r g b / 0) 54.48%), radial-gradient(circle farthest-corner at 55.95% 10.88%, oklch(from #fffdd0 l c h / 0.7992) 0%, rgb(from #fffdd0 r g b / 0) 48.11%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_5.53%_88.23%,oklch(from_#ffbf00_l_c_h_/_0.7648)_0%,rgb(from_#ffbf00_r_g_b_/_0)_54.48%),radial-gradient(circle_farthest-corner_at_55.95%_10.88%,oklch(from_#fffdd0_l_c_h_/_0.7992)_0%,rgb(from_#fffdd0_r_g_b_/_0)_48.11%)]`
- Contrast (worst point): white 1.24:1 fail · black 15.78:1 AA · banding low
- Maker: https://brandsweets.com/gradients/new/v1.fffdd0-ffbf00?k=mesh&seed=cream-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.
