Remix.run Logo
Show HN: Explore color palettes inspired by 3000 master painter artworks(paletteinspiration.com)
92 points by ouli 6 hours ago | 36 comments

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.

S0und 5 hours ago | parent | next [-]

As an "expert viewer" of Baumgartner Restoration, this site usefulness is questionable. If you look at those color palettes, most of them brownish that is because of dirty & old oxidised varnish. These are not the intended look of these paintings. So these color palettes has nothing to do with those 3000 masters.

https://youtube.com/@baumgartnerrestoration

molf 5 hours ago | parent | next [-]

Agreed. I absolutely adore the idea of it! But all the brownish colours tell the same story.

For some additional context; many old pigments were not stable at all.

https://www.vangoghstudio.com/what-were-the-original-colors-...

9dev 2 hours ago | parent | prev | next [-]

It’s the colours you will see today when looking at the paintings, however. Your point is valid, but even the somewhat "chromatically degraded" versions of many of these are gorgeous.

ouli 4 hours ago | parent | prev [-]

This is a very interesting perspective. I'd thought the muted, brownish colors in these paintings had to do with the quality and availability of pigments during that period.

mbivert 3 hours ago | parent | next [-]

There's most likely multiple aspects at play: high-chroma pigments were historically limited and/or expensive; varnish yellowed over time; pigments faded. The digitization process probably wasn't perfect as well (I'd expect modern scans should be fairly good though).

nekooooo 4 hours ago | parent | prev [-]

hundreds of years of oxidation will make everything brown.

pzoln 3 hours ago | parent [-]

so is there a formula that can be automatically applied to restore the original colors? at least some reasonable approximation, based on the painting's age?

ouli an hour ago | parent [-]

I would like to know that formula also. this can be an interesting tool to reveal true colors of paintings as the painters intended...

hparadiz 4 hours ago | parent | prev | next [-]

I used to run an art social network 15 years ago that did this automatically with every piece of art uploaded and then it let you search for art by color that way.

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

beezle 17 minutes ago | parent | prev | next [-]

The letter directory is based upon artist first name... seems odd especially as most are going to know the last name and only maybe the first.

thangalin 5 hours ago | parent | prev | next [-]

Hey ouli, your hello email bounces.

See also: https://amandahinton.com/blog/creating-a-color-palette-from-...

ouli 5 hours ago | parent [-]

Sorry for the inconvenience. The email works now. Regarding the article - I use similar ideas to extract colors form artwork images, only difference is I added color prevalence scale for each color and limited it to 10 colors per palette.

yubblegum an hour ago | parent | prev | next [-]

It's wonderful. Thank you for building this.

ouli an hour ago | parent [-]

Thank you for your kind words!

code51 4 hours ago | parent | prev | next [-]

Why do I only see Claude in this UI? It seems Claude is picking up the very same color scheme for many webpage building requests.

ouli 2 hours ago | parent [-]

It is puzzling for me why you see these colors as Claude UI colors, since I carefully choose these colors as my main brand colors across all other art related sites (eg https://ouliart.com).

BlueRock-Jake 3 hours ago | parent | prev | next [-]

This is great! Love the idea. You should send to some art programs, sure they would get a kick out of it. Also gives another use case outside of just digital design.

ouli 2 hours ago | parent [-]

Great suggestion, thank you! I'll try reaching out to some art schools to see if they'd find the site useful.

vardump 3 hours ago | parent | prev | next [-]

Weird how similar many of those are to Commodore 64 palette.

ouli an hour ago | parent [-]

You are absolutely right, I did not realize how similar some of these palettes are to Commodore 64 palette

see this palette for example: https://paletteinspiration.com/fauvism-palettes/fauvism-19-p...

or other Fauvism palettes: https://paletteinspiration.com/fauvism-palettes/

afolkest 5 hours ago | parent | prev | next [-]

Love it. I'll be using this on a weekly basis in my art practice.

Let me know if you ever create an API endpoint.

ouli 5 hours ago | parent [-]

Thank you for kind words! That was my exact intention to share empirically proven color palettes for artists and designers like you. Adding API endpoint is a great idea. I'll let you know when it will be ready.

frangonf 2 hours ago | parent | prev | next [-]

As a gruvbox enjoyer, I approve.

xydac 5 hours ago | parent | prev | next [-]

this is interesting, we should wire this to frontend design system library that automatically helps user use these palette.

nmstoker 3 hours ago | parent | next [-]

Yes, exactly this. It falls far short of the potential if it just shows the colours alone and not how they might appear if applied to sites, charts, illustrations or whatever you might want them for.

ouli 2 hours ago | parent [-]

I am planning to add a section where people can re-color their portraits, landscape images or even interior rooms using carefully curated palettes based on master painters palettes. Applying to websites, illustrations or charts also can be extremely useful.

ouli 5 hours ago | parent | prev [-]

Thank you. Glad you find it interesting.

oybng 5 hours ago | parent | prev | next [-]

Very nice. My only gripe is the automatic page switching on scroll, never encountered that before and I absolutely hate it

ouli 5 hours ago | parent [-]

Thank you for the kind words and insightful feedback. My intention with page-switching on scroll was to offer more color palettes without requiring extra clicks. I had some reservations about it too, but couldn't find a better way to provide a continuous feed of similar palettes. I'll work on improving that feature.

CSSer 4 hours ago | parent | next [-]

The problem, from a UX standpoint, is that you need a visual affordance for the behavior. That is, you must indicate that it's about to happen and give the user the opportunity to abort. Alternatively, a continuous gallery could suffice.

ouli 2 hours ago | parent [-]

Adding visual clues for automatic scrolling is something I really need to rethink in order to make this feature work as intended. Thank you for the hint!

oybng 4 hours ago | parent | prev [-]

It's very convenient, I wish I could offer a worthy suggestion. The trouble in my case is that it's very sensitive and the palettes are barely in view before the page refreshes, they don't reach the center of the screen. Thanks for sharing

mannyv 2 hours ago | parent | prev | next [-]

app version?

ouli an hour ago | parent [-]

coming soon

Theodores 4 hours ago | parent | prev [-]

I am currently looking for colour palettes and this website is of interest to me.

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.

ouli 2 hours ago | parent [-]

Adding OKLCH color codes will be a great addition. Thank you for your suggestion!

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.