A simple and interactive web application to generate random color palettes. Users can view color hex codes, copy them to the clipboard, and enjoy a visually appealing interface.
- Generate Random Colors: Click the "Generate Palette" button to display a new set of random colors.
- Copy Hex Codes: Click on any color box to copy its hex code to the clipboard.
- Responsive Design: Works seamlessly across devices of different sizes.
- HTML: Structure of the application.
- CSS: Styling and animations for the UI.
- JavaScript: Logic for generating random colors and adding interactivity.
Color-Palette.mp4
- Clone the repository:
git clone https://github.com/Nivedita-Chhokar/random-color-palette-generator.git
- Navigate to the project directory:
cd random-color-palette-generator
- Open the index.html file in your favorite browser to view the app.