# Peach to Cornflower Blue gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklch shorter hue, #ffe5b4 0%, #fce5b2 8.28%, #f4e3ac 16.03%, #e6e2a6 23.35%, #d2e0a1 30.32%, #b6dea2 37.03%, #95daaa 43.56%, #70d5b7 50%, #4acdc7 56.44%, #2ec2d7 62.97%, #30b6e3 69.68%, #43a9ea 76.65%, #559fed 83.97%, #6098ed 91.72%, #6495ed 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklch_shorter_hue,#ffe5b4_0%,#fce5b2_8.28%,#f4e3ac_16.03%,#e6e2a6_23.35%,#d2e0a1_30.32%,#b6dea2_37.03%,#95daaa_43.56%,#70d5b7_50%,#4acdc7_56.44%,#2ec2d7_62.97%,#30b6e3_69.68%,#43a9ea_76.65%,#559fed_83.97%,#6098ed_91.72%,#6495ed_100%)]`
- Contrast (worst point): white 1.23:1 fail · black 7.05:1 AA · banding medium
- Maker: https://brandsweets.com/gradients/new/v1.ffe5b4-6495ed?a=135&in=oklch&hue=shorter&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 87.8% 91.5%, oklch(from #6495ed l c h / 0.7486) 0%, rgb(from #6495ed r g b / 0) 55.18%), radial-gradient(circle farthest-corner at 59.34% 43.99%, oklch(from #ffe5b4 l c h / 0.824) 0%, rgb(from #ffe5b4 r g b / 0) 58.13%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_87.8%_91.5%,oklch(from_#6495ed_l_c_h_/_0.7486)_0%,rgb(from_#6495ed_r_g_b_/_0)_55.18%),radial-gradient(circle_farthest-corner_at_59.34%_43.99%,oklch(from_#ffe5b4_l_c_h_/_0.824)_0%,rgb(from_#ffe5b4_r_g_b_/_0)_58.13%)]`
- Contrast (worst point): white 1.51:1 fail · black 8.08:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.ffe5b4-6495ed?k=mesh&seed=peach-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.
