# Gold to Cornflower Blue gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklch shorter hue, #ffd700 0%, #f9d808 8.28%, #e9db1f 16.03%, #cfde3b 23.35%, #aae15a 30.32%, #7be27a 37.03%, #36df9a 43.56%, #00d8b8 50%, #00cccf 56.44%, #00c1e1 62.97%, #00b4ed 69.68%, #34a7f0 76.65%, #519ef0 83.97%, #5f97ee 91.72%, #6495ed 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklch_shorter_hue,#ffd700_0%,#f9d808_8.28%,#e9db1f_16.03%,#cfde3b_23.35%,#aae15a_30.32%,#7be27a_37.03%,#36df9a_43.56%,#00d8b8_50%,#00cccf_56.44%,#00c1e1_62.97%,#00b4ed_69.68%,#34a7f0_76.65%,#519ef0_83.97%,#5f97ee_91.72%,#6495ed_100%)]`
- Contrast (worst point): white 1.40:1 fail · black 7.05:1 AA · banding medium
- Maker: https://brandsweets.com/gradients/new/v1.ffd700-6495ed?a=135&in=oklch&hue=shorter&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 13.52% 2.99%, oklch(from #ffd700 l c h / 0.8459) 0%, rgb(from #ffd700 r g b / 0) 46.2%), radial-gradient(circle farthest-corner at 62.64% 60.85%, oklch(from #6495ed l c h / 0.8222) 0%, rgb(from #6495ed r g b / 0) 56.11%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_13.52%_2.99%,oklch(from_#ffd700_l_c_h_/_0.8459)_0%,rgb(from_#ffd700_r_g_b_/_0)_46.2%),radial-gradient(circle_farthest-corner_at_62.64%_60.85%,oklch(from_#6495ed_l_c_h_/_0.8222)_0%,rgb(from_#6495ed_r_g_b_/_0)_56.11%)]`
- Contrast (worst point): white 1.54:1 fail · black 7.62:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.ffd700-6495ed?k=mesh&seed=gold-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.
