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.
- 🎲 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.
You can check out the live demo of the project here: Live Demo