Prestashop-Color-Finder
Prestashop Module that extract the dominant colors of your product cover image.
It uses Color Thief PHP for extracting colors. https://github.com/ksubileau/color-thief-php
Then you can access the dominant color from the product model and stylize the product page with the dominant color of the product (ex : change background color of button).
{$product->dominant_color} //Get Dominant color in smarty