# Mustard Yellow to Tomato gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #ffdb58 0%, #ffd958 8.28%, #ffd557 16.03%, #ffce56 23.35%, #ffc555 30.32%, #ffbb53 37.03%, #ffaf52 43.56%, #ffa350 50%, #ff964e 56.44%, #ff8a4c 62.97%, #ff7e4b 69.68%, #ff7449 76.65%, #ff6b48 83.97%, #ff6547 91.72%, #ff6347 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#ffdb58_0%,#ffd958_8.28%,#ffd557_16.03%,#ffce56_23.35%,#ffc555_30.32%,#ffbb53_37.03%,#ffaf52_43.56%,#ffa350_50%,#ff964e_56.44%,#ff8a4c_62.97%,#ff7e4b_69.68%,#ff7449_76.65%,#ff6b48_83.97%,#ff6547_91.72%,#ff6347_100%)]`
- Contrast (worst point): white 1.35:1 fail · black 7.13:1 AA · banding medium
- Maker: https://brandsweets.com/gradients/new/v1.ffdb58-ff6347?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 58.21% 85.66%, oklch(from #ff6347 l c h / 0.8823) 0%, rgb(from #ff6347 r g b / 0) 56.6%), radial-gradient(circle farthest-corner at 25.23% 55.6%, oklch(from #ffdb58 l c h / 0.7204) 0%, rgb(from #ffdb58 r g b / 0) 45.81%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_58.21%_85.66%,oklch(from_#ff6347_l_c_h_/_0.8823)_0%,rgb(from_#ff6347_r_g_b_/_0)_56.6%),radial-gradient(circle_farthest-corner_at_25.23%_55.6%,oklch(from_#ffdb58_l_c_h_/_0.7204)_0%,rgb(from_#ffdb58_r_g_b_/_0)_45.81%)]`
- Contrast (worst point): white 1.75:1 fail · black 8.29:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.ffdb58-ff6347?k=mesh&seed=mustard-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.
