Palette Extractor Given an image(png), this script will extract the top N used colors. Prerequisites Install Python sudo easy_install pip sudo pip install Pillow Run For example: python extractor.py test.png Output: [‘#afb5b6', '#576c6a', '#020304']