colourSpy is a handy Chrome extension to quickly find and preview colours used on a website.
It displays them all in a list of swatches where you can easily copy the corresponding RGB, HEX or HSL values for use in your IDE of choice, or simply export the list of colours to your format of choice.
Supported export formats at the moment are:
- CSS
- SCSS
- LESS
- Plain Text
- JSON
Made possible with the help of these awesome libraries
- Color by @harthur
- FileSaver.js by @eligrey