# Amber to Sage Green gradient

Amber (#ffbf00) to Sage Green (#9caf88), interpolated perceptually. The engine's pick for this pair is oklab.

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #ffbf00 0%, #febf0c 8.28%, #fabe1f 16.03%, #f4be30 23.35%, #ecbd3f 30.32%, #e3bb4c 37.03%, #d9ba58 43.56%, #cfb863 50%, #c4b66c 56.44%, #bab574 62.97%, #b0b37b 69.68%, #a8b180 76.65%, #a2b085 83.97%, #9eaf87 91.72%, #9caf88 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#ffbf00_0%,#febf0c_8.28%,#fabe1f_16.03%,#f4be30_23.35%,#ecbd3f_30.32%,#e3bb4c_37.03%,#d9ba58_43.56%,#cfb863_50%,#c4b66c_56.44%,#bab574_62.97%,#b0b37b_69.68%,#a8b180_76.65%,#a2b085_83.97%,#9eaf87_91.72%,#9caf88_100%)]`
- Contrast (worst point): white 1.65:1 fail · black 8.90:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.ffbf00-9caf88?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 18.25% 1.7%, oklch(from #ffbf00 l c h / 0.8655) 0%, rgb(from #ffbf00 r g b / 0) 52.58%), radial-gradient(circle farthest-corner at 64.8% 42.18%, oklch(from #9caf88 l c h / 0.7742) 0%, rgb(from #9caf88 r g b / 0) 51.41%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_18.25%_1.7%,oklch(from_#ffbf00_l_c_h_/_0.8655)_0%,rgb(from_#ffbf00_r_g_b_/_0)_52.58%),radial-gradient(circle_farthest-corner_at_64.8%_42.18%,oklch(from_#9caf88_l_c_h_/_0.7742)_0%,rgb(from_#9caf88_r_g_b_/_0)_51.41%)]`
- Contrast (worst point): white 1.74:1 fail · black 9.77:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.ffbf00-9caf88?k=mesh&seed=amber-to-sage-green

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