# Lavender to Amber gradient

Lavender (#e6e6fa) to Amber (#ffbf00), interpolated perceptually. The engine's pick for this pair is oklch.

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklch shorter hue, #e6e6fa 0%, #e6e5fb 8.28%, #e7e2fc 16.03%, #ebdefd 23.35%, #f2d7fb 30.32%, #fccff4 37.03%, #ffc6e6 43.56%, #ffc2d1 50%, #ffbfbc 56.44%, #ffbda5 62.97%, #ffbb89 69.68%, #ffba65 76.65%, #ffbb33 83.97%, #ffbe16 91.72%, #ffbf00 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklch_shorter_hue,#e6e6fa_0%,#e6e5fb_8.28%,#e7e2fc_16.03%,#ebdefd_23.35%,#f2d7fb_30.32%,#fccff4_37.03%,#ffc6e6_43.56%,#ffc2d1_50%,#ffbfbc_56.44%,#ffbda5_62.97%,#ffbb89_69.68%,#ffba65_76.65%,#ffbb33_83.97%,#ffbe16_91.72%,#ffbf00_100%)]`
- Contrast (worst point): white 1.23:1 fail · black 12.33:1 AA · banding medium
- Maker: https://brandsweets.com/gradients/new/v1.e6e6fa-ffbf00?a=135&in=oklch&hue=shorter&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 23.67% 88.75%, oklch(from #ffbf00 l c h / 0.7807) 0%, rgb(from #ffbf00 r g b / 0) 57.09%), radial-gradient(circle farthest-corner at 85.04% 51.91%, oklch(from #e6e6fa l c h / 0.8349) 0%, rgb(from #e6e6fa r g b / 0) 53.42%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_23.67%_88.75%,oklch(from_#ffbf00_l_c_h_/_0.7807)_0%,rgb(from_#ffbf00_r_g_b_/_0)_57.09%),radial-gradient(circle_farthest-corner_at_85.04%_51.91%,oklch(from_#e6e6fa_l_c_h_/_0.8349)_0%,rgb(from_#e6e6fa_r_g_b_/_0)_53.42%)]`
- Contrast (worst point): white 1.37:1 fail · black 14.44:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.e6e6fa-ffbf00?k=mesh&seed=lavender-to-amber

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