Create a Infinite Color Flipper in JavaScript
In a previous post, i had created a Simple color flipper in JavaScript. In that project, we had used an array of colors.
In this project we are going to randomly generate the hex color code from the available 16 million colors(that’s why infinite).
We are going to do this project in codepen. So, open any codepen and put this basic html and css. In the html, we…