# Plum to Sand gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #dda0dd 0%, #dda0dc 8.28%, #dba1d8 16.03%, #daa3d3 23.35%, #d8a5cc 30.32%, #d5a7c4 37.03%, #d2a9bb 43.56%, #cfaab1 50%, #ccaca7 56.44%, #caae9d 62.97%, #c7af94 69.68%, #c5b08c 76.65%, #c3b186 83.97%, #c2b282 91.72%, #c2b280 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#dda0dd_0%,#dda0dc_8.28%,#dba1d8_16.03%,#daa3d3_23.35%,#d8a5cc_30.32%,#d5a7c4_37.03%,#d2a9bb_43.56%,#cfaab1_50%,#ccaca7_56.44%,#caae9d_62.97%,#c7af94_69.68%,#c5b08c_76.65%,#c3b186_83.97%,#c2b282_91.72%,#c2b280_100%)]`
- Contrast (worst point): white 2.06:1 fail · black 9.94:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.dda0dd-c2b280?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 30.57% 1.94%, oklch(from #dda0dd l c h / 0.764) 0%, rgb(from #dda0dd r g b / 0) 52.38%), radial-gradient(circle farthest-corner at 33.63% 91.29%, oklch(from #c2b280 l c h / 0.7779) 0%, rgb(from #c2b280 r g b / 0) 52.37%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_30.57%_1.94%,oklch(from_#dda0dd_l_c_h_/_0.764)_0%,rgb(from_#dda0dd_r_g_b_/_0)_52.38%),radial-gradient(circle_farthest-corner_at_33.63%_91.29%,oklch(from_#c2b280_l_c_h_/_0.7779)_0%,rgb(from_#c2b280_r_g_b_/_0)_52.37%)]`
- Contrast (worst point): white 2.08:1 fail · black 9.95:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.dda0dd-c2b280?k=mesh&seed=plum-to-sand

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