# Goldenrod to Sky Blue gradient

Goldenrod (#daa520) to Sky Blue (#87ceeb), interpolated perceptually. The engine's pick for this pair is oklch.

- Page: https://brandsweets.com/gradients/goldenrod-to-skyblue
- Colors: https://brandsweets.com/colors/goldenrod, https://brandsweets.com/colors/skyblue
- Reverse: https://brandsweets.com/gradients/skyblue-to-goldenrod

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklch shorter hue, #daa520 0%, #d8a722 8.28%, #d0ac29 16.03%, #c5b338 23.35%, #b5bb4c 30.32%, #a1c364 37.03%, #8cc97e 43.56%, #79ce98 50%, #6bd1b0 56.44%, #68d2c4 62.97%, #6cd1d4 69.68%, #75d0df 76.65%, #7ecfe6 83.97%, #85ceea 91.72%, #87ceeb 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklch_shorter_hue,#daa520_0%,#d8a722_8.28%,#d0ac29_16.03%,#c5b338_23.35%,#b5bb4c_30.32%,#a1c364_37.03%,#8cc97e_43.56%,#79ce98_50%,#6bd1b0_56.44%,#68d2c4_62.97%,#6cd1d4_69.68%,#75d0df_76.65%,#7ecfe6_83.97%,#85ceea_91.72%,#87ceeb_100%)]`
- Contrast (worst point): white 1.74:1 fail · black 9.35:1 AA · banding medium
- Maker: https://brandsweets.com/gradients/new/v1.daa520-87ceeb?a=135&in=oklch&hue=shorter&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 9.32% 31.49%, oklch(from #daa520 l c h / 0.7392) 0%, rgb(from #daa520 r g b / 0) 46.6%), radial-gradient(circle farthest-corner at 43.65% 21.77%, oklch(from #87ceeb l c h / 0.7303) 0%, rgb(from #87ceeb r g b / 0) 54.21%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_9.32%_31.49%,oklch(from_#daa520_l_c_h_/_0.7392)_0%,rgb(from_#daa520_r_g_b_/_0)_46.6%),radial-gradient(circle_farthest-corner_at_43.65%_21.77%,oklch(from_#87ceeb_l_c_h_/_0.7303)_0%,rgb(from_#87ceeb_r_g_b_/_0)_54.21%)]`
- Contrast (worst point): white 1.91:1 fail · black 9.96:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.daa520-87ceeb?k=mesh&seed=goldenrod-to-skyblue

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