Generate CSS gradient code in real time with a live preview.
background: linear-gradient(135deg, #8B5CF6 0%, #A78BFA 100%);
background-image: linear-gradient(135deg, #8B5CF6 0%, #A78BFA 100%);
You can create CSS linear-gradient (directional) and radial-gradient (radial) styles with any number of color stops.
Yes. You can add, remove, and reorder color stops freely to create complex multi-color gradients.
Click the copy button next to the generated CSS code and paste it directly into your stylesheet.