Skip to content
This repository has been archived by the owner on Apr 15, 2018. It is now read-only.

Latest commit

 

History

History
22 lines (12 loc) · 754 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 754 Bytes

Palette Producer

Generate color palettes based on color schemes like complementary, triadic, and analogous. Easily copy generated colors in a variety of formats, including hex color codes and RGB strings.

screenshot 1

screenshot 2

How to Develop

You need node.js and npm.

npm install
grunt serve

How to Deploy to Github Pages

./deploy.sh

Thanks

Thanks to PleaseJS, Random Color, and TinyColor.