# Cornflower Blue to Mustard Yellow gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklch shorter hue, #6495ed 0%, #6097ee 8.28%, #529eef 16.03%, #39a8ef 23.35%, #00b4ea 30.32%, #00c1e0 37.03%, #00cdcf 43.56%, #00d7b9 50%, #5ade9f 56.44%, #8ce186 62.97%, #b5e170 69.68%, #d5df61 76.65%, #ecdd5a 83.97%, #fadc58 91.72%, #ffdb58 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklch_shorter_hue,#6495ed_0%,#6097ee_8.28%,#529eef_16.03%,#39a8ef_23.35%,#00b4ea_30.32%,#00c1e0_37.03%,#00cdcf_43.56%,#00d7b9_50%,#5ade9f_56.44%,#8ce186_62.97%,#b5e170_69.68%,#d5df61_76.65%,#ecdd5a_83.97%,#fadc58_91.72%,#ffdb58_100%)]`
- Contrast (worst point): white 1.35:1 fail · black 7.05:1 AA · banding medium
- Maker: https://brandsweets.com/gradients/new/v1.6495ed-ffdb58?a=135&in=oklch&hue=shorter&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 12.39% 88.01%, oklch(from #ffdb58 l c h / 0.7533) 0%, rgb(from #ffdb58 r g b / 0) 46.3%), radial-gradient(circle farthest-corner at 24.9% 6.82%, oklch(from #6495ed l c h / 0.8397) 0%, rgb(from #6495ed r g b / 0) 51.26%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_12.39%_88.01%,oklch(from_#ffdb58_l_c_h_/_0.7533)_0%,rgb(from_#ffdb58_r_g_b_/_0)_46.3%),radial-gradient(circle_farthest-corner_at_24.9%_6.82%,oklch(from_#6495ed_l_c_h_/_0.8397)_0%,rgb(from_#6495ed_r_g_b_/_0)_51.26%)]`
- Contrast (worst point): white 1.92:1 fail · black 8.07:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.6495ed-ffdb58?k=mesh&seed=cornflowerblue-to-mustard

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