Get Ready Elementor Templates

Elementor Auto Background Color Changing | Elementor Pro Tutorial

Subscribe To My YouTube Channel For More Upcoming Videos

Auto Background Color Changing CSS

/*Auto Background Color Changing CSS*/
/*Copyrighted By Jim Fahad Digital*/
/*Don't use this code to Remake Youtube Videos*/
selector{
    --color-1: #17f197;
    --color-2: #ff3b6c;
    --color-3: #28a2fc;
    --color-4: #F16232;
    --color-5: #92003B;
    --changing-time: 10s;
}
selector{
    animation: background-color infinite var(--changing-time);
}
@keyframes background-color{
    0%{
        background: var(--color-1);
    }
    20%{
        background: var(--color-2);
    }
    40%{
        background: var(--color-3);
    }
    60%{
        background: var(--color-4);
    }
    80%{
        background: var(--color-5);
    }
    100%{
        background: var(--color-1);
    }
}
Wanna join my secret winners’ gang?

I only share these secrets with the people in this group. Honestly, you can not find such tricks for FREE on the whole internet!

  • Money Making Blog Tricks
  • $100k by Freelancing Formula
  • Secret Resources
  • Rich Dad business tactics
  • And, of course about my upcoming videos and plans