I built PaletteInspiration.com, a browsable archive of color palettes pulled from artworks by 3,000+ master painters (Monet, Vermeer, Raphael, Van Gogh).
Why I built it: every color palette generator I tried converged on the same five muted pastels. Painters spent centuries figuring out color and we mostly ignore that body of work when picking colors for digital design.
Please share your feedback on the Color Harmony Explorer - drag the wheel to any color and it shows which hues master painters historically paired with it (not only standard complementary, analogous, triadic, etc.) It is solely based on co-occurrence across thousands of real paintings. Not algorithmic color theory rules - actual empirical pairings.
No signup, no paywall, no email capture. Just curious what people think.

Discussion (29 Comments)Read Original on HackerNews
https://youtube.com/@baumgartnerrestoration
For some additional context; many old pigments were not stable at all.
https://www.vangoghstudio.com/what-were-the-original-colors-...
Basically
$average = new Imagick( $file );
$average->quantizeImage( $numColors, Imagick::COLORSPACE_RGB, 0, false, false ); //Reduce the amount of colors to 10
$average->uniqueImageColors(); //Only save one pixel of each color
See also: https://amandahinton.com/blog/creating-a-color-palette-from-...
Let me know if you ever create an API endpoint.
Small snag, some UTF8 things are going on with some colour names, I am sure you know and have cursed accordingly.
I like OKLCH colours and the ability to mix them in interesting ways using CSS things. This means I don't do hex codes for colours in CSS. I can translate though, however, soon some people will demand OKLCH, so you might as well add it in, trying to get it natural with the picker.
I appreciate the masters but I wonder how this would work using other sources, for example, Sunday newspaper supplements from the last century, and their glossy adverts, which were to a higher standard than what we get today.
There are 2 art style pages namely Advertising and Posters styles: https://paletteinspiration.com/advertisement-palettes/ https://paletteinspiration.com/poster-palettes/
I am aware that Advertisement palettes mostly based on Alphonse Mucha work since I could not include more recent ad illustrations for copywrite reasons.