# Mustard Yellow to Hot Pink gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #ffdb58 0%, #ffda5b 8.28%, #ffd661 16.03%, #ffcf6a 23.35%, #ffc775 30.32%, #ffbd7f 37.03%, #ffb389 43.56%, #ffa792 50%, #ff9b9b 56.44%, #ff8fa2 62.97%, #ff84a8 69.68%, #ff7aad 76.65%, #ff71b1 83.97%, #ff6bb3 91.72%, #ff69b4 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#ffdb58_0%,#ffda5b_8.28%,#ffd661_16.03%,#ffcf6a_23.35%,#ffc775_30.32%,#ffbd7f_37.03%,#ffb389_43.56%,#ffa792_50%,#ff9b9b_56.44%,#ff8fa2_62.97%,#ff84a8_69.68%,#ff7aad_76.65%,#ff71b1_83.97%,#ff6bb3_91.72%,#ff69b4_100%)]`
- Contrast (worst point): white 1.35:1 fail · black 7.93:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.ffdb58-ff69b4?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 6% 32.88%, oklch(from #ff69b4 l c h / 0.8092) 0%, rgb(from #ff69b4 r g b / 0) 56.9%), radial-gradient(circle farthest-corner at 56.49% 96.15%, oklch(from #ffdb58 l c h / 0.811) 0%, rgb(from #ffdb58 r g b / 0) 51.76%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_6%_32.88%,oklch(from_#ff69b4_l_c_h_/_0.8092)_0%,rgb(from_#ff69b4_r_g_b_/_0)_56.9%),radial-gradient(circle_farthest-corner_at_56.49%_96.15%,oklch(from_#ffdb58_l_c_h_/_0.811)_0%,rgb(from_#ffdb58_r_g_b_/_0)_51.76%)]`
- Contrast (worst point): white 1.64:1 fail · black 9.04:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.ffdb58-ff69b4?k=mesh&seed=mustard-to-hotpink

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