Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.09 KB

README.md

File metadata and controls

32 lines (19 loc) · 1.09 KB

🟣 Color Flippers 🟢

Demo

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.

2 Technologies used

  • HTML
  • CSS
  • Vanilla Javascript

Change the colors by clicking on the change color button

3 Screenshots

Rgb Color Flipper screenshot

Hex Color Flipper screenshot

Side by side Hex color flipper screenshot