# Denim to Sienna gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklch shorter hue, #1560bd 0%, #215fbd 8.28%, #365cbd 16.03%, #4c57bc 23.35%, #6052b6 30.32%, #744dac 37.03%, #84489e 43.56%, #92448b 50%, #9c4377 56.44%, #a24463 62.97%, #a44651 69.68%, #a44a42 76.65%, #a24e37 83.97%, #a15130 91.72%, #a0522d 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklch_shorter_hue,#1560bd_0%,#215fbd_8.28%,#365cbd_16.03%,#4c57bc_23.35%,#6052b6_30.32%,#744dac_37.03%,#84489e_43.56%,#92448b_50%,#9c4377_56.44%,#a24463_62.97%,#a44651_69.68%,#a44a42_76.65%,#a24e37_83.97%,#a15130_91.72%,#a0522d_100%)]`
- Contrast (worst point): white 5.61:1 AA · black 3.37:1 AA-large · banding high
- Maker: https://brandsweets.com/gradients/new/v1.1560bd-a0522d?a=135&in=oklch&hue=shorter&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 66.57% 97.57%, oklch(from #1560bd l c h / 0.7473) 0%, rgb(from #1560bd r g b / 0) 45.24%), radial-gradient(circle farthest-corner at 78.29% 30.5%, oklch(from #a0522d l c h / 0.7254) 0%, rgb(from #a0522d r g b / 0) 55.18%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_66.57%_97.57%,oklch(from_#1560bd_l_c_h_/_0.7473)_0%,rgb(from_#1560bd_r_g_b_/_0)_45.24%),radial-gradient(circle_farthest-corner_at_78.29%_30.5%,oklch(from_#a0522d_l_c_h_/_0.7254)_0%,rgb(from_#a0522d_r_g_b_/_0)_55.18%)]`
- Contrast (worst point): white 5.76:1 AA · black 3.34:1 AA-large · banding high
- Maker: https://brandsweets.com/gradients/new/v1.1560bd-a0522d?k=mesh&seed=denim-to-sienna

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