Colorixer is a powerful color picker application that helps artists and designers create harmonious color palettes and export them to popular drawing applications.
- Interactive Color Picker: Select colors with precision using an intuitive color wheel interface
- Color Harmony Generation: Create harmonious color schemes with various relationships including:
- Analogous
- Complementary
- Triadic
- And more
- Export to Drawing Applications: Export color palettes in multiple formats:
- Adobe Swatch Exchange (ASE) for Photoshop and other Adobe applications
- Procreate Swatches for the popular iPad drawing app
- Cross-Platform: Works on web, iOS, and Android platforms
-
Clone the repository
git clone https://github.com/redvulps/colorixer.git cd colorixer -
Install dependencies
yarn install
-
Start the development server
yarn start
-
Open the app
- Use the Expo Go app on your mobile device
- Run in an iOS or Android simulator
- Open in a web browser
- Select a Base Color: Use the color wheel to pick your primary color
- Choose a Harmony Type: Select from different harmony types to generate related colors
- View and Customize: See your generated color palette
- Export: Share your palette with drawing applications in your preferred format
Compatible with Adobe applications including:
- Photoshop
- Illustrator
- InDesign
- And other Creative Cloud apps
Ready to import directly into the Procreate app on iPad.
Colorixer is built with:
- React Native
- Expo
- Chroma.js for color manipulation
This project is licensed under the GNU General Public License v3.0 (GPL-3.0) - see the LICENSE file for details.
- Chroma.js for the excellent color manipulation library
- The open-source community for invaluable resources and inspiration