# Sage Green to Amber gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #9caf88 0%, #9eaf87 8.28%, #a2b085 16.03%, #a8b180 23.35%, #b0b37b 30.32%, #bab574 37.03%, #c4b66c 43.56%, #cfb863 50%, #d9ba58 56.44%, #e3bb4c 62.97%, #ecbd3f 69.68%, #f4be30 76.65%, #fabe1f 83.97%, #febf0c 91.72%, #ffbf00 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#9caf88_0%,#9eaf87_8.28%,#a2b085_16.03%,#a8b180_23.35%,#b0b37b_30.32%,#bab574_37.03%,#c4b66c_43.56%,#cfb863_50%,#d9ba58_56.44%,#e3bb4c_62.97%,#ecbd3f_69.68%,#f4be30_76.65%,#fabe1f_83.97%,#febf0c_91.72%,#ffbf00_100%)]`
- Contrast (worst point): white 1.65:1 fail · black 8.90:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.9caf88-ffbf00?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 17.55% 8.63%, oklch(from #ffbf00 l c h / 0.885) 0%, rgb(from #ffbf00 r g b / 0) 47.55%), radial-gradient(circle farthest-corner at 86.18% 27.69%, oklch(from #9caf88 l c h / 0.8526) 0%, rgb(from #9caf88 r g b / 0) 55.05%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_17.55%_8.63%,oklch(from_#ffbf00_l_c_h_/_0.885)_0%,rgb(from_#ffbf00_r_g_b_/_0)_47.55%),radial-gradient(circle_farthest-corner_at_86.18%_27.69%,oklch(from_#9caf88_l_c_h_/_0.8526)_0%,rgb(from_#9caf88_r_g_b_/_0)_55.05%)]`
- Contrast (worst point): white 1.71:1 fail · black 10.10:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.9caf88-ffbf00?k=mesh&seed=sage-green-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.
