A simple and stylish color palette generator that allows users to create and customize color palettes. Each generated palette provides the HEX code for each color, which can be used in various design projects.
- Random Color Generation: Generates random colors at the click of a button.
- HEX Code Display: Displays the HEX code for each color in the palette.
- Responsive Design: The interface is responsive and works well on both desktop and mobile devices.
To use or modify this project, you'll need a basic understanding of HTML, CSS, and JavaScript. You can run this project on any modern web browser.
- Fork or Clone the Repository:
git clone https://github.com/CalestialAshley35/color-palette-generator.git
- Navigate to the Project Directory:
cd color-palette-generator - Open the
index.htmlFile in your browser to view the site locally:- You can do this by simply double-clicking the
index.htmlfile or by serving it using a local development server.
- You can do this by simply double-clicking the
color-palette-generator/
│
├── index.html # The main HTML file
├── styles.css # The CSS file for styling the page
└── script.js # The JavaScript file for generating the colors
You can easily customize the look and feel of the color palette generator by editing the styles.css file. To change the way colors are generated or to add more functionality, modify the script.js file.
This project is licensed under the MIT License - see the LICENSE file for details.