Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 862 Bytes

File metadata and controls

45 lines (31 loc) · 862 Bytes

🎨 Random Color Generator – README.md

An interactive web application that generates random colors, displays them in HEX and RGB formats, and allows you to copy them.
Includes a dark mode toggle and works seamlessly on all devices.


Desktop Screenshot

Mobile Screenshot


🔗 Live Demo

👉 Click here to View


✅ Features

  • Generate random colors in HEX and RGB
  • Copy color codes to clipboard
  • Dark mode toggle
  • Fully responsive design

🛠️ Technologies Used

  • HTML5
  • CSS3
  • JavaScript (ES6)

📂 Project Structure

Random-Color-Generator/
│── index.html
│── style.css
│── script.js
│── desktop-view.png
│── mobile-view.png
└── README.md