# Cornflower Blue to Gold gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklch shorter hue, #6495ed 0%, #5f97ee 8.28%, #519ef0 16.03%, #34a7f0 23.35%, #00b4ed 30.32%, #00c1e1 37.03%, #00cccf 43.56%, #00d8b8 50%, #36df9a 56.44%, #7be27a 62.97%, #aae15a 69.68%, #cfde3b 76.65%, #e9db1f 83.97%, #f9d808 91.72%, #ffd700 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklch_shorter_hue,#6495ed_0%,#5f97ee_8.28%,#519ef0_16.03%,#34a7f0_23.35%,#00b4ed_30.32%,#00c1e1_37.03%,#00cccf_43.56%,#00d8b8_50%,#36df9a_56.44%,#7be27a_62.97%,#aae15a_69.68%,#cfde3b_76.65%,#e9db1f_83.97%,#f9d808_91.72%,#ffd700_100%)]`
- Contrast (worst point): white 1.40:1 fail · black 7.05:1 AA · banding medium
- Maker: https://brandsweets.com/gradients/new/v1.6495ed-ffd700?a=135&in=oklch&hue=shorter&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 60.85% 10.94%, oklch(from #ffd700 l c h / 0.7027) 0%, rgb(from #ffd700 r g b / 0) 52.27%), radial-gradient(circle farthest-corner at 21.53% 36.41%, oklch(from #6495ed l c h / 0.8264) 0%, rgb(from #6495ed r g b / 0) 46.38%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_60.85%_10.94%,oklch(from_#ffd700_l_c_h_/_0.7027)_0%,rgb(from_#ffd700_r_g_b_/_0)_52.27%),radial-gradient(circle_farthest-corner_at_21.53%_36.41%,oklch(from_#6495ed_l_c_h_/_0.8264)_0%,rgb(from_#6495ed_r_g_b_/_0)_46.38%)]`
- Contrast (worst point): white 1.93:1 fail · black 9.10:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.6495ed-ffd700?k=mesh&seed=cornflowerblue-to-gold

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