Three simple color flippers that allow the user to change the background to a random color when a button is clicked.
The three color flippers in this project are: RGB, hex, side by side hex (double hex).
- RGB: randomly generates the rgb color code from the available 16 million colors(that’s why infinite).
- Hex: randomly generates the hex color code from the available 16 million colors.
- Double Hex: This does the same job of the regular hex but it allows the user to compare two colors beside each other.
- HTML
- CSS
- Vanilla Javascript
Change the colors by clicking on the change color button