This color scheme extractor is coded completely in Python. The application performs the following tasks:
- Pull top-five dominant colors from an image
- Gather each color's RGB code, Hexcode, HSV data, HLS data and name of color closest to the RGB code
- Output swatches and print color data
GitHub link: https://github.com/johnwarejunior/scheme-thief to vi