# Amber to Cornflower Blue gradient

Amber (#ffbf00) to Cornflower Blue (#6495ed), interpolated perceptually. The engine's pick for this pair is oklch.

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklch shorter hue, #ffbf00 0%, #fac000 8.28%, #ecc400 16.03%, #d5c91d 23.35%, #b5ce3f 30.32%, #8ad262 37.03%, #50d385 43.56%, #00cfa6 50%, #00c7c2 56.44%, #00bdd7 62.97%, #00b2e6 69.68%, #2ea6ed 76.65%, #4f9dee 83.97%, #5f97ee 91.72%, #6495ed 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklch_shorter_hue,#ffbf00_0%,#fac000_8.28%,#ecc400_16.03%,#d5c91d_23.35%,#b5ce3f_30.32%,#8ad262_37.03%,#50d385_43.56%,#00cfa6_50%,#00c7c2_56.44%,#00bdd7_62.97%,#00b2e6_69.68%,#2ea6ed_76.65%,#4f9dee_83.97%,#5f97ee_91.72%,#6495ed_100%)]`
- Contrast (worst point): white 1.65:1 fail · black 7.05:1 AA · banding medium
- Maker: https://brandsweets.com/gradients/new/v1.ffbf00-6495ed?a=135&in=oklch&hue=shorter&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 35.2% 87.14%, oklch(from #ffbf00 l c h / 0.7282) 0%, rgb(from #ffbf00 r g b / 0) 52.24%), radial-gradient(circle farthest-corner at 85.83% 59.32%, oklch(from #6495ed l c h / 0.8842) 0%, rgb(from #6495ed r g b / 0) 50.99%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_35.2%_87.14%,oklch(from_#ffbf00_l_c_h_/_0.7282)_0%,rgb(from_#ffbf00_r_g_b_/_0)_52.24%),radial-gradient(circle_farthest-corner_at_85.83%_59.32%,oklch(from_#6495ed_l_c_h_/_0.8842)_0%,rgb(from_#6495ed_r_g_b_/_0)_50.99%)]`
- Contrast (worst point): white 2.14:1 fail · black 8.44:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.ffbf00-6495ed?k=mesh&seed=amber-to-cornflowerblue

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