# Tomato to Mustard Yellow gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #ff6347 0%, #ff6547 8.28%, #ff6b48 16.03%, #ff7449 23.35%, #ff7e4b 30.32%, #ff8a4c 37.03%, #ff964e 43.56%, #ffa350 50%, #ffaf52 56.44%, #ffbb53 62.97%, #ffc555 69.68%, #ffce56 76.65%, #ffd557 83.97%, #ffd958 91.72%, #ffdb58 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#ff6347_0%,#ff6547_8.28%,#ff6b48_16.03%,#ff7449_23.35%,#ff7e4b_30.32%,#ff8a4c_37.03%,#ff964e_43.56%,#ffa350_50%,#ffaf52_56.44%,#ffbb53_62.97%,#ffc555_69.68%,#ffce56_76.65%,#ffd557_83.97%,#ffd958_91.72%,#ffdb58_100%)]`
- Contrast (worst point): white 1.35:1 fail · black 7.13:1 AA · banding medium
- Maker: https://brandsweets.com/gradients/new/v1.ff6347-ffdb58?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 34.13% 81.53%, oklch(from #ff6347 l c h / 0.8765) 0%, rgb(from #ff6347 r g b / 0) 47.64%), radial-gradient(circle farthest-corner at 75.47% 61.4%, oklch(from #ffdb58 l c h / 0.7958) 0%, rgb(from #ffdb58 r g b / 0) 57.96%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_34.13%_81.53%,oklch(from_#ff6347_l_c_h_/_0.8765)_0%,rgb(from_#ff6347_r_g_b_/_0)_47.64%),radial-gradient(circle_farthest-corner_at_75.47%_61.4%,oklch(from_#ffdb58_l_c_h_/_0.7958)_0%,rgb(from_#ffdb58_r_g_b_/_0)_57.96%)]`
- Contrast (worst point): white 1.67:1 fail · black 10.61:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.ff6347-ffdb58?k=mesh&seed=tomato-to-mustard

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