# Cornflower Blue to Amber gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklch shorter hue, #6495ed 0%, #5f97ee 8.28%, #4f9dee 16.03%, #2ea6ed 23.35%, #00b2e6 30.32%, #00bdd7 37.03%, #00c7c2 43.56%, #00cfa6 50%, #50d385 56.44%, #8ad262 62.97%, #b5ce3f 69.68%, #d5c91d 76.65%, #ecc400 83.97%, #fac000 91.72%, #ffbf00 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklch_shorter_hue,#6495ed_0%,#5f97ee_8.28%,#4f9dee_16.03%,#2ea6ed_23.35%,#00b2e6_30.32%,#00bdd7_37.03%,#00c7c2_43.56%,#00cfa6_50%,#50d385_56.44%,#8ad262_62.97%,#b5ce3f_69.68%,#d5c91d_76.65%,#ecc400_83.97%,#fac000_91.72%,#ffbf00_100%)]`
- Contrast (worst point): white 1.65:1 fail · black 7.05:1 AA · banding medium
- Maker: https://brandsweets.com/gradients/new/v1.6495ed-ffbf00?a=135&in=oklch&hue=shorter&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 96% 12.51%, oklch(from #ffbf00 l c h / 0.758) 0%, rgb(from #ffbf00 r g b / 0) 47.01%), radial-gradient(circle farthest-corner at 2.81% 65.73%, oklch(from #6495ed l c h / 0.8237) 0%, rgb(from #6495ed r g b / 0) 46%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_96%_12.51%,oklch(from_#ffbf00_l_c_h_/_0.758)_0%,rgb(from_#ffbf00_r_g_b_/_0)_47.01%),radial-gradient(circle_farthest-corner_at_2.81%_65.73%,oklch(from_#6495ed_l_c_h_/_0.8237)_0%,rgb(from_#6495ed_r_g_b_/_0)_46%)]`
- Contrast (worst point): white 2.17:1 fail · black 9.19:1 AA · banding low
- Maker: https://brandsweets.com/gradients/new/v1.6495ed-ffbf00?k=mesh&seed=cornflowerblue-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.
