# Goldenrod to Cream gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #daa520 0%, #dba625 8.28%, #dcaa31 16.03%, #dfaf41 23.35%, #e2b751 30.32%, #e5bf62 37.03%, #e9c873 43.56%, #edd184 50%, #f1da95 56.44%, #f5e3a4 62.97%, #f8ecb3 69.68%, #fbf3be 76.65%, #fdf8c8 83.97%, #fffcce 91.72%, #fffdd0 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#daa520_0%,#dba625_8.28%,#dcaa31_16.03%,#dfaf41_23.35%,#e2b751_30.32%,#e5bf62_37.03%,#e9c873_43.56%,#edd184_50%,#f1da95_56.44%,#f5e3a4_62.97%,#f8ecb3_69.68%,#fbf3be_76.65%,#fdf8c8_83.97%,#fffcce_91.72%,#fffdd0_100%)]`
- Contrast (worst point): white 1.04:1 fail · black 9.38:1 AA · banding medium
- Maker: https://brandsweets.com/gradients/new/v1.daa520-fffdd0?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 8.06% 86.65%, oklch(from #daa520 l c h / 0.704) 0%, rgb(from #daa520 r g b / 0) 53.69%), radial-gradient(circle farthest-corner at 81.36% 27.01%, oklch(from #fffdd0 l c h / 0.7347) 0%, rgb(from #fffdd0 r g b / 0) 57.35%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_8.06%_86.65%,oklch(from_#daa520_l_c_h_/_0.704)_0%,rgb(from_#daa520_r_g_b_/_0)_53.69%),radial-gradient(circle_farthest-corner_at_81.36%_27.01%,oklch(from_#fffdd0_l_c_h_/_0.7347)_0%,rgb(from_#fffdd0_r_g_b_/_0)_57.35%)]`
- Contrast (worst point): white 1.41:1 fail · black 14.05:1 AA · banding low
- Maker: https://brandsweets.com/gradients/new/v1.daa520-fffdd0?k=mesh&seed=goldenrod-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.
