# Cream to Goldenrod gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #fffdd0 0%, #fffcce 8.28%, #fdf8c8 16.03%, #fbf3be 23.35%, #f8ecb3 30.32%, #f5e3a4 37.03%, #f1da95 43.56%, #edd184 50%, #e9c873 56.44%, #e5bf62 62.97%, #e2b751 69.68%, #dfaf41 76.65%, #dcaa31 83.97%, #dba625 91.72%, #daa520 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#fffdd0_0%,#fffcce_8.28%,#fdf8c8_16.03%,#fbf3be_23.35%,#f8ecb3_30.32%,#f5e3a4_37.03%,#f1da95_43.56%,#edd184_50%,#e9c873_56.44%,#e5bf62_62.97%,#e2b751_69.68%,#dfaf41_76.65%,#dcaa31_83.97%,#dba625_91.72%,#daa520_100%)]`
- Contrast (worst point): white 1.04:1 fail · black 9.38:1 AA · banding medium
- Maker: https://brandsweets.com/gradients/new/v1.fffdd0-daa520?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 25.44% 83.77%, oklch(from #daa520 l c h / 0.8557) 0%, rgb(from #daa520 r g b / 0) 59.86%), radial-gradient(circle farthest-corner at 15.83% 31.42%, oklch(from #fffdd0 l c h / 0.8714) 0%, rgb(from #fffdd0 r g b / 0) 58.86%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_25.44%_83.77%,oklch(from_#daa520_l_c_h_/_0.8557)_0%,rgb(from_#daa520_r_g_b_/_0)_59.86%),radial-gradient(circle_farthest-corner_at_15.83%_31.42%,oklch(from_#fffdd0_l_c_h_/_0.8714)_0%,rgb(from_#fffdd0_r_g_b_/_0)_58.86%)]`
- Contrast (worst point): white 1.16:1 fail · black 12.62:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.fffdd0-daa520?k=mesh&seed=cream-to-goldenrod

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