The Color Generator is a web application built using HTML, CSS, and JavaScript that allows users to generate various sets of colors with corresponding hex codes. It lets users easily copy the hex code to the clipboard by clicking on the colour.
- Color Generation: The application generates sets of colors with corresponding hex codes.
- Hex Code Copy: Users can easily copy the hex code of a color to the clipboard by clicking on the color box.
- Responsive Design: The application is built with a responsive design, ensuring a seamless user experience across various devices and screen sizes.
To use the Color Generator, follow these steps:
-
Clone the repository:
git clone https://github.com/Akshay-K-Bhat/Color-Hex
-
Open the project directory:
cd color-generator
-
Open the
index.html
file in your preferred web browser.
The Color Generator project is developed using the following core technologies:
- HTML: The structure and markup of the application.
- CSS: Styling and layout of the user interface.
- JavaScript: Handling color generation, interaction, and clipboard functionality.
- The application will generate a set of colors with corresponding hex codes.
- Click on a color box to copy the hex code to the clipboard.
- Use the copied hex code in your projects or design work.
Contributions to the Color Generator project are welcome! If you'd like to contribute, please follow these guidelines:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and ensure that the code adheres to the project's coding standards.
- Commit your changes and push them to your fork.
- Submit a pull request, detailing the changes you made and the problem it solves.
The Color Generator project is licensed under the MIT License. Feel free to modify and distribute it as per the license terms.
If you have any questions, suggestions, or feedback, please don't hesitate to contact the project maintainer at akshaybhat1206@gmail.com.
Thank you for using the Color Generator! We hope it helps you in your design projects.
Happy color generating!