# Cream to Lilac gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #fffdd0 0%, #fefcd0 8.28%, #fcf8d0 16.03%, #f8f2d0 23.35%, #f4ebcf 30.32%, #efe2cf 37.03%, #e9d9ce 43.56%, #e3cfce 50%, #dec6cd 56.44%, #d8bccc 62.97%, #d3b4cb 69.68%, #ceadca 76.65%, #cba7c9 83.97%, #c9a3c8 91.72%, #c8a2c8 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#fffdd0_0%,#fefcd0_8.28%,#fcf8d0_16.03%,#f8f2d0_23.35%,#f4ebcf_30.32%,#efe2cf_37.03%,#e9d9ce_43.56%,#e3cfce_50%,#dec6cd_56.44%,#d8bccc_62.97%,#d3b4cb_69.68%,#ceadca_76.65%,#cba7c9_83.97%,#c9a3c8_91.72%,#c8a2c8_100%)]`
- Contrast (worst point): white 1.04:1 fail · black 9.46:1 AA · banding medium
- Maker: https://brandsweets.com/gradients/new/v1.fffdd0-c8a2c8?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 35.89% 12.14%, oklch(from #c8a2c8 l c h / 0.8828) 0%, rgb(from #c8a2c8 r g b / 0) 55.39%), radial-gradient(circle farthest-corner at 74.35% 71%, oklch(from #fffdd0 l c h / 0.8211) 0%, rgb(from #fffdd0 r g b / 0) 46.04%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_35.89%_12.14%,oklch(from_#c8a2c8_l_c_h_/_0.8828)_0%,rgb(from_#c8a2c8_r_g_b_/_0)_55.39%),radial-gradient(circle_farthest-corner_at_74.35%_71%,oklch(from_#fffdd0_l_c_h_/_0.8211)_0%,rgb(from_#fffdd0_r_g_b_/_0)_46.04%)]`
- Contrast (worst point): white 1.12:1 fail · black 10.96:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.fffdd0-c8a2c8?k=mesh&seed=cream-to-lilac

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