# Sand to Lilac gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #c2b280 0%, #c2b281 8.28%, #c2b185 16.03%, #c3b08a 23.35%, #c3af90 30.32%, #c4ae97 37.03%, #c4ac9e 43.56%, #c5aba6 50%, #c5a9ae 56.44%, #c6a7b5 62.97%, #c7a6bb 69.68%, #c7a4c0 76.65%, #c8a3c4 83.97%, #c8a2c7 91.72%, #c8a2c8 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#c2b280_0%,#c2b281_8.28%,#c2b185_16.03%,#c3b08a_23.35%,#c3af90_30.32%,#c4ae97_37.03%,#c4ac9e_43.56%,#c5aba6_50%,#c5a9ae_56.44%,#c6a7b5_62.97%,#c7a6bb_69.68%,#c7a4c0_76.65%,#c8a3c4_83.97%,#c8a2c7_91.72%,#c8a2c8_100%)]`
- Contrast (worst point): white 2.10:1 fail · black 9.45:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.c2b280-c8a2c8?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 86.38% 98%, oklch(from #c2b280 l c h / 0.7061) 0%, rgb(from #c2b280 r g b / 0) 53.31%), radial-gradient(circle farthest-corner at 3.13% 35.86%, oklch(from #c8a2c8 l c h / 0.7411) 0%, rgb(from #c8a2c8 r g b / 0) 56.07%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_86.38%_98%,oklch(from_#c2b280_l_c_h_/_0.7061)_0%,rgb(from_#c2b280_r_g_b_/_0)_53.31%),radial-gradient(circle_farthest-corner_at_3.13%_35.86%,oklch(from_#c8a2c8_l_c_h_/_0.7411)_0%,rgb(from_#c8a2c8_r_g_b_/_0)_56.07%)]`
- Contrast (worst point): white 2.13:1 fail · black 9.58:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.c2b280-c8a2c8?k=mesh&seed=sand-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.
