# Sienna to Denim gradient

Sienna (#a0522d) to Denim (#1560bd), interpolated perceptually. The engine's pick for this pair is oklch.

- Page: https://brandsweets.com/gradients/sienna-to-denim
- Colors: https://brandsweets.com/colors/sienna, https://brandsweets.com/colors/denim
- Reverse: https://brandsweets.com/gradients/denim-to-sienna

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklch shorter hue, #a0522d 0%, #a15130 8.28%, #a24e37 16.03%, #a44a42 23.35%, #a44651 30.32%, #a24463 37.03%, #9c4377 43.56%, #92448b 50%, #84489e 56.44%, #744dac 62.97%, #6052b6 69.68%, #4c57bc 76.65%, #365cbd 83.97%, #215fbd 91.72%, #1560bd 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklch_shorter_hue,#a0522d_0%,#a15130_8.28%,#a24e37_16.03%,#a44a42_23.35%,#a44651_30.32%,#a24463_37.03%,#9c4377_43.56%,#92448b_50%,#84489e_56.44%,#744dac_62.97%,#6052b6_69.68%,#4c57bc_76.65%,#365cbd_83.97%,#215fbd_91.72%,#1560bd_100%)]`
- Contrast (worst point): white 5.61:1 AA · black 3.36:1 AA-large · banding high
- Maker: https://brandsweets.com/gradients/new/v1.a0522d-1560bd?a=135&in=oklch&hue=shorter&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 26.03% 11.17%, oklch(from #1560bd l c h / 0.7688) 0%, rgb(from #1560bd r g b / 0) 46.66%), radial-gradient(circle farthest-corner at 29.58% 74.45%, oklch(from #a0522d l c h / 0.826) 0%, rgb(from #a0522d r g b / 0) 59.17%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_26.03%_11.17%,oklch(from_#1560bd_l_c_h_/_0.7688)_0%,rgb(from_#1560bd_r_g_b_/_0)_46.66%),radial-gradient(circle_farthest-corner_at_29.58%_74.45%,oklch(from_#a0522d_l_c_h_/_0.826)_0%,rgb(from_#a0522d_r_g_b_/_0)_59.17%)]`
- Contrast (worst point): white 5.77:1 AA · black 3.30:1 AA-large · banding high
- Maker: https://brandsweets.com/gradients/new/v1.a0522d-1560bd?k=mesh&seed=sienna-to-denim

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