ColorWorld V2 is a web-based color picker application that allows users to select and manipulate colors in various formats including HEX, RGB, and HSL. The app also includes features such as theme toggling and a hidden Easter egg theme.
- Color Picker: Interactive color picker powered by the iro.js library.
- Color Format Conversion: Display and convert colors in HEX, RGB, and HSL formats.
- Copy to Clipboard: Easily copy color values to the clipboard.
- Theme Toggle: Switch between light and dark themes.
- Persistent Theme: Save and load the user's preferred theme using localStorage.
- Easter Egg Theme: Discover a hidden theme with a fun message. (You made me do this)
To run ColorWorld V2 locally, follow these steps:
-
Clone the repository:
git clone https://github.com/ThatSINEWAVE/ColorWorld-V2.git
-
Navigate to the project directory:
cd ColorWorld-V2
-
Open the
index.html
file in your browser:open index.html
or simply double-click
index.html
in your file explorer.
- Color Selection: Use the color picker to choose a color.
- Color Format Display: View the selected color in HEX, RGB, and HSL formats.
- Copy Color Values: Click the clipboard icon next to each color value to copy it to the clipboard.
- Theme Toggle: Use the switch at the top of the page to toggle between light and dark themes.
- Hidden Theme: Toggle the theme switch 50 times to unlock the hidden theme. (don't)
- iro.js: iro.js library
- Font Awesome: Font Awesome icons
Contributions are welcome! Feel free to open an issue or submit a pull request on GitHub.
This project is licensed under the MIT License.