# Tomato to Gold gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #ff6347 0%, #ff6547 8.28%, #ff6b46 16.03%, #ff7345 23.35%, #ff7d43 30.32%, #ff8940 37.03%, #ff953d 43.56%, #ffa138 50%, #ffad33 56.44%, #ffb82c 62.97%, #ffc225 69.68%, #ffca1b 76.65%, #ffd111 83.97%, #ffd505 91.72%, #ffd700 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#ff6347_0%,#ff6547_8.28%,#ff6b46_16.03%,#ff7345_23.35%,#ff7d43_30.32%,#ff8940_37.03%,#ff953d_43.56%,#ffa138_50%,#ffad33_56.44%,#ffb82c_62.97%,#ffc225_69.68%,#ffca1b_76.65%,#ffd111_83.97%,#ffd505_91.72%,#ffd700_100%)]`
- Contrast (worst point): white 1.40:1 fail · black 7.13:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.ff6347-ffd700?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 21.67% 98.73%, oklch(from #ff6347 l c h / 0.7512) 0%, rgb(from #ff6347 r g b / 0) 59.64%), radial-gradient(circle farthest-corner at 52.19% 38.06%, oklch(from #ffd700 l c h / 0.7839) 0%, rgb(from #ffd700 r g b / 0) 58.52%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_21.67%_98.73%,oklch(from_#ff6347_l_c_h_/_0.7512)_0%,rgb(from_#ff6347_r_g_b_/_0)_59.64%),radial-gradient(circle_farthest-corner_at_52.19%_38.06%,oklch(from_#ffd700_l_c_h_/_0.7839)_0%,rgb(from_#ffd700_r_g_b_/_0)_58.52%)]`
- Contrast (worst point): white 1.78:1 fail · black 9.80:1 AA · banding low
- Maker: https://brandsweets.com/gradients/new/v1.ff6347-ffd700?k=mesh&seed=tomato-to-gold

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