# Amber to Lavender gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklch shorter hue, #ffbf00 0%, #ffbe16 8.28%, #ffbb33 16.03%, #ffba65 23.35%, #ffbb89 30.32%, #ffbda5 37.03%, #ffbfbc 43.56%, #ffc2d1 50%, #ffc6e6 56.44%, #fccff4 62.97%, #f2d7fb 69.68%, #ebdefd 76.65%, #e7e2fc 83.97%, #e6e5fb 91.72%, #e6e6fa 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklch_shorter_hue,#ffbf00_0%,#ffbe16_8.28%,#ffbb33_16.03%,#ffba65_23.35%,#ffbb89_30.32%,#ffbda5_37.03%,#ffbfbc_43.56%,#ffc2d1_50%,#ffc6e6_56.44%,#fccff4_62.97%,#f2d7fb_69.68%,#ebdefd_76.65%,#e7e2fc_83.97%,#e6e5fb_91.72%,#e6e6fa_100%)]`
- Contrast (worst point): white 1.23:1 fail · black 12.33:1 AA · banding medium
- Maker: https://brandsweets.com/gradients/new/v1.ffbf00-e6e6fa?a=135&in=oklch&hue=shorter&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 73.61% 74.82%, oklch(from #ffbf00 l c h / 0.7597) 0%, rgb(from #ffbf00 r g b / 0) 47.5%), radial-gradient(circle farthest-corner at 92.32% 38.65%, oklch(from #e6e6fa l c h / 0.8107) 0%, rgb(from #e6e6fa r g b / 0) 55.78%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_73.61%_74.82%,oklch(from_#ffbf00_l_c_h_/_0.7597)_0%,rgb(from_#ffbf00_r_g_b_/_0)_47.5%),radial-gradient(circle_farthest-corner_at_92.32%_38.65%,oklch(from_#e6e6fa_l_c_h_/_0.8107)_0%,rgb(from_#e6e6fa_r_g_b_/_0)_55.78%)]`
- Contrast (worst point): white 1.39:1 fail · black 13.22:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.ffbf00-e6e6fa?k=mesh&seed=amber-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.
