# Gold to Tomato gradient

Gold (#ffd700) to Tomato (#ff6347), interpolated perceptually. The engine's pick for this pair is oklab.

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #ffd700 0%, #ffd505 8.28%, #ffd111 16.03%, #ffca1b 23.35%, #ffc225 30.32%, #ffb82c 37.03%, #ffad33 43.56%, #ffa138 50%, #ff953d 56.44%, #ff8940 62.97%, #ff7d43 69.68%, #ff7345 76.65%, #ff6b46 83.97%, #ff6547 91.72%, #ff6347 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#ffd700_0%,#ffd505_8.28%,#ffd111_16.03%,#ffca1b_23.35%,#ffc225_30.32%,#ffb82c_37.03%,#ffad33_43.56%,#ffa138_50%,#ff953d_56.44%,#ff8940_62.97%,#ff7d43_69.68%,#ff7345_76.65%,#ff6b46_83.97%,#ff6547_91.72%,#ff6347_100%)]`
- Contrast (worst point): white 1.40:1 fail · black 7.13:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.ffd700-ff6347?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 70.62% 21.69%, oklch(from #ff6347 l c h / 0.8443) 0%, rgb(from #ff6347 r g b / 0) 57.03%), radial-gradient(circle farthest-corner at 28.79% 42.45%, oklch(from #ffd700 l c h / 0.7728) 0%, rgb(from #ffd700 r g b / 0) 50.87%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_70.62%_21.69%,oklch(from_#ff6347_l_c_h_/_0.8443)_0%,rgb(from_#ff6347_r_g_b_/_0)_57.03%),radial-gradient(circle_farthest-corner_at_28.79%_42.45%,oklch(from_#ffd700_l_c_h_/_0.7728)_0%,rgb(from_#ffd700_r_g_b_/_0)_50.87%)]`
- Contrast (worst point): white 1.89:1 fail · black 9.61:1 AA · banding low
- Maker: https://brandsweets.com/gradients/new/v1.ffd700-ff6347?k=mesh&seed=gold-to-tomato

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