Coloora is a powerful Chrome extension that provides a suite of color-related tools for designers, developers, and anyone working with colors. It offers features such as a color wheel, color palette generator, custom palette creator, and gradient generator.
Coloora is available on the Chrome Web Store. You can install it directly from here: Coloora Color Picker
- Color Wheel: Interactive color wheel for selecting and exploring colors
- Generate Color Palette: Automatically generate harmonious color palettes
- Create Custom Palette: Build and save your own color palettes
- Create Gradient: Design custom gradients with multiple color stops
- Eyedropper Tool: Pick colors from any webpage
- Image Color Analysis: Extract color palettes from uploaded images
- Visit the Coloora Color Picker page on the Chrome Web Store.
- Click "Add to Chrome" to install the extension.
- Clone this repository or download the source code.
- Navigate to the project directory and run
npm install
to install dependencies. - Run
npm run watch
to build the extension and watch for changes. - Open Google Chrome and go to
chrome://extensions/
. - Enable "Developer mode" in the top right corner.
- Click "Load unpacked" and select the
dist
folder from the project directory.
After installation, click on the Coloora icon in your Chrome toolbar to open the popup menu. From there, you can access the following tools:
- Color Wheel
- Generate Color Palette
- Create Custom Palette
- Create Gradient
Each tool will open in a new overlay on the current webpage.
This project uses Webpack for bundling and Babel for transpiling. The main configuration file is webpack.config.js
.
src/
: Source filesbackground.js
: Background scriptpopup.js
: Popup scriptpopup.html
: Popup HTMLcs/
: Content scriptscolorWheel.js
eyedropper.js
gradient.js
palette.js
styles/
: CSS files
public/
: Public assetsdist/
: Built files (generated)
npm run watch
: Build the extension and watch for changesnpm test
: Run tests (currently not implemented)
Contributions are welcome! Please feel free to submit a Pull Request.
We value your input! If you have any feedback or feature requests, please use the following links:
This project is licensed under the ISC License.
Current version: 1.0.7 (Check public/manifest.json
for the latest version)
For any inquiries, please join our Discord community.