mooColorFinder - retrieve website colors

 

This neat little tool extracts any color information, no matter if inline CSS, CSS files via import or
link, and even if you have a master CSS file with references to other css files - mooColorFinder
reads it out.

So, as long as a website specifies its CSS styles W3C conform, this script will find the colors used
- yet not every other type of integration can be read, but 99% of the pages work out.

You can even display the color cloud on your page, as long as you use a dynamic page like php.
Simply call the cloud with

$content = file_get_contents("
http://www.artviper.net/colorfinder/colorreader.php?
domain=YOURDOMAIN&width=xxx"); echo $content;

Whereas the width specifies, how broad the display should be. That way you can even place the
script in your sidebar.

 

Enough talking, go for it!