css gradient
Build a CSS gradient.
Pick 2 to 5 colors, choose linear or radial, set the angle, and copy the CSS.
css
background: linear-gradient(135deg, #5b5bf6 0%, #ec4899 100%);Pick 2 to 5 colors, choose linear or radial, set the angle, and copy the CSS.
background: linear-gradient(135deg, #5b5bf6 0%, #ec4899 100%);