# Powder Blue to Burlywood gradient

Powder Blue (#b0e0e6) to Burlywood (#deb887), interpolated perceptually. The engine's pick for this pair is oklab.

- Page: https://brandsweets.com/gradients/powderblue-to-burlywood
- Colors: https://brandsweets.com/colors/powderblue, https://brandsweets.com/colors/burlywood
- Reverse: https://brandsweets.com/gradients/burlywood-to-powderblue

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #b0e0e6 0%, #b1dfe5 8.28%, #b3dee1 16.03%, #b7dcdb 23.35%, #bbd9d4 30.32%, #c0d5cb 37.03%, #c5d1c2 43.56%, #cacdb8 50%, #cfc9ae 56.44%, #d3c4a4 62.97%, #d7c19b 69.68%, #dabd93 76.65%, #dcba8d 83.97%, #ddb988 91.72%, #deb887 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#b0e0e6_0%,#b1dfe5_8.28%,#b3dee1_16.03%,#b7dcdb_23.35%,#bbd9d4_30.32%,#c0d5cb_37.03%,#c5d1c2_43.56%,#cacdb8_50%,#cfc9ae_56.44%,#d3c4a4_62.97%,#d7c19b_69.68%,#dabd93_76.65%,#dcba8d_83.97%,#ddb988_91.72%,#deb887_100%)]`
- Contrast (worst point): white 1.43:1 fail · black 11.31:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.b0e0e6-deb887?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 18.39% 74.98%, oklch(from #deb887 l c h / 0.773) 0%, rgb(from #deb887 r g b / 0) 50.97%), radial-gradient(circle farthest-corner at 62.89% 12.22%, oklch(from #b0e0e6 l c h / 0.8276) 0%, rgb(from #b0e0e6 r g b / 0) 58.49%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_18.39%_74.98%,oklch(from_#deb887_l_c_h_/_0.773)_0%,rgb(from_#deb887_r_g_b_/_0)_50.97%),radial-gradient(circle_farthest-corner_at_62.89%_12.22%,oklch(from_#b0e0e6_l_c_h_/_0.8276)_0%,rgb(from_#b0e0e6_r_g_b_/_0)_58.49%)]`
- Contrast (worst point): white 1.57:1 fail · black 12.88:1 AA · banding low
- Maker: https://brandsweets.com/gradients/new/v1.b0e0e6-deb887?k=mesh&seed=powderblue-to-burlywood

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