Sunset Gradient
CSS
background: linear-gradient(90deg, #f59e0b 0%, #ef4444 100%);Open in Gradient Maker →
Other formats
CSS custom property
--gradient-sunset: linear-gradient(90deg, #f59e0b 0%, #ef4444 100%);
Tailwind arbitrary value
bg-[linear-gradient(90deg,_#f59e0b_0%,_#ef4444_100%)]
Same colours, other shapes
The same stops passed through the other gradient functions — copy whichever suits the surface.
Reversed direction
background: linear-gradient(270deg, #f59e0b 0%, #ef4444 100%);Radial
background: radial-gradient(circle, #f59e0b 0%, #ef4444 100%);Conic
background: conic-gradient(from 90deg, #f59e0b 0%, #ef4444 100%);Text on this gradient
Aa
2.15:1
Aa
5.02:1
Measured against every stop, near-black text holds a worst-case contrast of 5.02:1 on this gradient. Passes WCAG AA for body text (4.5:1).
Color stops
About this gradient
Sunset is a ready-to-use CSS gradient with 2 color stops. Copy the CSS below, open it in the Gradient Maker to tweak the angle and stops, or click any stop color for its full breakdown.
More gradients