# Brown to Lavender gradient

Brown (#a52a2a) to Lavender (#e6e6fa), interpolated perceptually. The engine's pick for this pair is oklab.

- Page: https://brandsweets.com/gradients/brown-to-lavender
- Colors: https://brandsweets.com/colors/brown, https://brandsweets.com/colors/lavender
- Reverse: https://brandsweets.com/gradients/lavender-to-brown

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #a52a2a 0%, #a62e2d 8.28%, #aa3736 16.03%, #b04543 23.35%, #b65553 30.32%, #be6665 37.03%, #c5797a 43.56%, #cd8c90 50%, #d39fa6 56.44%, #d9b2bb 62.97%, #dec2cf 69.68%, #e1d1e0 76.65%, #e4dcee 83.97%, #e5e3f7 91.72%, #e6e6fa 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#a52a2a_0%,#a62e2d_8.28%,#aa3736_16.03%,#b04543_23.35%,#b65553_30.32%,#be6665_37.03%,#c5797a_43.56%,#cd8c90_50%,#d39fa6_56.44%,#d9b2bb_62.97%,#dec2cf_69.68%,#e1d1e0_76.65%,#e4dcee_83.97%,#e5e3f7_91.72%,#e6e6fa_100%)]`
- Contrast (worst point): white 1.23:1 fail · black 2.96:1 fail · banding medium
- Maker: https://brandsweets.com/gradients/new/v1.a52a2a-e6e6fa?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 70.39% 84.87%, oklch(from #a52a2a l c h / 0.7702) 0%, rgb(from #a52a2a r g b / 0) 50.3%), radial-gradient(circle farthest-corner at 63.82% 23.54%, oklch(from #e6e6fa l c h / 0.8262) 0%, rgb(from #e6e6fa r g b / 0) 55.41%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_70.39%_84.87%,oklch(from_#a52a2a_l_c_h_/_0.7702)_0%,rgb(from_#a52a2a_r_g_b_/_0)_50.3%),radial-gradient(circle_farthest-corner_at_63.82%_23.54%,oklch(from_#e6e6fa_l_c_h_/_0.8262)_0%,rgb(from_#e6e6fa_r_g_b_/_0)_55.41%)]`
- Contrast (worst point): white 1.96:1 fail · black 4.15:1 AA-large · banding high
- Maker: https://brandsweets.com/gradients/new/v1.a52a2a-e6e6fa?k=mesh&seed=brown-to-lavender

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