Skip to content
This repository was archived by the owner on Aug 16, 2026. It is now read-only.

Latest commit

 

History

History
38 lines (19 loc) · 692 Bytes

File metadata and controls

38 lines (19 loc) · 692 Bytes

🎨 Random Color Generator

This is a simple web application that generates random colors using HTML, CSS, and JavaScript.

When you click the "Generate Color" button, it randomly generates a new RGB color, displays the color value, and updates the background of a box with the new color!


🚀 Features

  • Generates a random color every time you click the button.
  • Displays the corresponding RGB value.

📸 Screenshot

Random Color Generator Screenshot


🔗 Live Site

👉 View Random Color Generator


🛠️ Technologies Used

  • HTML
  • CSS
  • JavaScript