Show HN: Explore color palettes inspired by 3000 master painter artworks

(paletteinspiration.com)

63 points | by ouli 3 hours ago

11 comments

  • S0und 2 hours ago
    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 2 hours ago
      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-...

    • ouli 1 hour ago
      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 57 minutes ago
        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 1 hour ago
        hundreds of years of oxidation will make everything brown.
        • pzoln 16 minutes ago
          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?
  • hparadiz 1 hour ago
    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

  • BlueRock-Jake 21 minutes ago
    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.
  • vardump 24 minutes ago
    Weird how similar many of those are to Commodore 64 palette.
  • thangalin 2 hours ago
    Hey ouli, your hello email bounces.

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

    • ouli 2 hours ago
      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.
  • code51 1 hour ago
    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.
  • afolkest 2 hours ago
    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 2 hours ago
      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.
  • xydac 2 hours ago
    this is interesting, we should wire this to frontend design system library that automatically helps user use these palette.
    • nmstoker 46 minutes ago
      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
      Thank you. Glad you find it interesting.
  • oybng 2 hours ago
    Very nice. My only gripe is the automatic page switching on scroll, never encountered that before and I absolutely hate it
    • ouli 2 hours ago
      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 1 hour ago
        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.
      • oybng 1 hour ago
        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
  • Theodores 1 hour ago
    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.

  • animanoir 1 hour ago
    [dead]