# Gold to Deep Sky Blue gradient

Gold (#ffd700) to Deep Sky Blue (#00bfff), interpolated perceptually. The engine's pick for this pair is oklab.

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #ffd700 0%, #fdd71b 8.28%, #f6d73a 16.03%, #ebd755 23.35%, #ddd66f 30.32%, #cdd586 37.03%, #bbd39c 43.56%, #a7d1b0 50%, #91cec2 56.44%, #7bcbd3 62.97%, #64c8e2 69.68%, #4cc4ee 76.65%, #32c2f7 83.97%, #16c0fd 91.72%, #00bfff 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#ffd700_0%,#fdd71b_8.28%,#f6d73a_16.03%,#ebd755_23.35%,#ddd66f_30.32%,#cdd586_37.03%,#bbd39c_43.56%,#a7d1b0_50%,#91cec2_56.44%,#7bcbd3_62.97%,#64c8e2_69.68%,#4cc4ee_76.65%,#32c2f7_83.97%,#16c0fd_91.72%,#00bfff_100%)]`
- Contrast (worst point): white 1.40:1 fail · black 9.89:1 AA · banding medium
- Maker: https://brandsweets.com/gradients/new/v1.ffd700-00bfff?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 91.6% 20.72%, oklch(from #ffd700 l c h / 0.8989) 0%, rgb(from #ffd700 r g b / 0) 47.43%), radial-gradient(circle farthest-corner at 26.19% 61.42%, oklch(from #00bfff l c h / 0.7286) 0%, rgb(from #00bfff r g b / 0) 53.66%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_91.6%_20.72%,oklch(from_#ffd700_l_c_h_/_0.8989)_0%,rgb(from_#ffd700_r_g_b_/_0)_47.43%),radial-gradient(circle_farthest-corner_at_26.19%_61.42%,oklch(from_#00bfff_l_c_h_/_0.7286)_0%,rgb(from_#00bfff_r_g_b_/_0)_53.66%)]`
- Contrast (worst point): white 1.70:1 fail · black 11.02:1 AA · banding low
- Maker: https://brandsweets.com/gradients/new/v1.ffd700-00bfff?k=mesh&seed=gold-to-deepskyblue

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