color-app is a react based web application inspired by google's material UI color picker website.
- Change color code between hex, rgb and rgba
- Copy to clipboard
- Change color temperature
- Create a new pallete with drag and drop support
- Everything is mobile responsive
- Tools used - material UI, chroma.js, react-sortable-hoc
Clone this repository and navigate to the folder.
$ cd to_the_folder
$ npm install
$ npm start
MIT