Create a Sunset CSS Gradient
Warm sunset palette as a 135deg linear gradient.
Input
type: linear angle: 135deg stops: #ff6b35, #f7931e, #e84393
Output
background: linear-gradient(135deg, #ff6b35 0%, #f7931e 50%, #e84393 100%);
How it works
Copy and paste straight into your stylesheet. Adjust the angle live in the picker to see the effect immediately.
Try it yourself
Open the full CSS Gradient Generator to run this example on your own data.
Open CSS Gradient Generator