# Hot Pink to Mustard Yellow gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #ff69b4 0%, #ff6bb3 8.28%, #ff71b1 16.03%, #ff7aad 23.35%, #ff84a8 30.32%, #ff8fa2 37.03%, #ff9b9b 43.56%, #ffa792 50%, #ffb389 56.44%, #ffbd7f 62.97%, #ffc775 69.68%, #ffcf6a 76.65%, #ffd661 83.97%, #ffda5b 91.72%, #ffdb58 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#ff69b4_0%,#ff6bb3_8.28%,#ff71b1_16.03%,#ff7aad_23.35%,#ff84a8_30.32%,#ff8fa2_37.03%,#ff9b9b_43.56%,#ffa792_50%,#ffb389_56.44%,#ffbd7f_62.97%,#ffc775_69.68%,#ffcf6a_76.65%,#ffd661_83.97%,#ffda5b_91.72%,#ffdb58_100%)]`
- Contrast (worst point): white 1.35:1 fail · black 7.93:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.ff69b4-ffdb58?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 58.85% 10.82%, oklch(from #ff69b4 l c h / 0.8163) 0%, rgb(from #ff69b4 r g b / 0) 50.32%), radial-gradient(circle farthest-corner at 57.46% 78.06%, oklch(from #ffdb58 l c h / 0.7147) 0%, rgb(from #ffdb58 r g b / 0) 48.13%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_58.85%_10.82%,oklch(from_#ff69b4_l_c_h_/_0.8163)_0%,rgb(from_#ff69b4_r_g_b_/_0)_50.32%),radial-gradient(circle_farthest-corner_at_57.46%_78.06%,oklch(from_#ffdb58_l_c_h_/_0.7147)_0%,rgb(from_#ffdb58_r_g_b_/_0)_48.13%)]`
- Contrast (worst point): white 1.60:1 fail · black 9.97:1 AA · banding low
- Maker: https://brandsweets.com/gradients/new/v1.ff69b4-ffdb58?k=mesh&seed=hotpink-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.
