Loading...
Generate gradient animations online for free. Create animated color gradients. Copy CSS code.
Create smooth animated CSS gradients
background: linear-gradient(45deg, #667eea, #764ba2, #f093fb);
background-size: 200% 200%;
animation: gradient 5s ease infinite;
@keyframes gradient {
0% { background-position: 0% 50%; }
50% { background-position: 100% 50%; }
100% { background-position: 0% 50%; }
}Select 2-3 colors for your gradient using color pickers
Set gradient type (linear/radial), angle, and animation speed
Watch the live preview to see your gradient in action
Copy the generated CSS to use in your website
Select 2-3 colors for your gradient using color pickers
Set gradient type (linear/radial), angle, and animation speed
Watch the live preview to see your gradient in action
Copy the generated CSS to use in your website
No, the tool generates all CSS code for you. Just copy and paste into your stylesheet.
Yes, the generated CSS uses standard properties supported by all modern browsers.
Currently limited to 3 colors for optimal animation performance and visual appeal.
Use the duration slider to set animation speed from 1-20 seconds per cycle.