Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 626 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 626 Bytes

Random Color Generator 🎨

A simple Random Color Generator app that uses HTML, CSS, and JavaScript. When the "Generate" button is clicked, a random color is generated and displayed in a box, along with its RGB value.

Features

  • 🎲 Random Color Generation: Generates a random RGB color each time the button is clicked.
  • 🌈 Color Display: The generated color is shown in the box as a background color.
  • 🎨 Color Code: The RGB value of the generated color is displayed above the box.

Demo

You can check out the live demo of the project here: Live Demo