×
How does this work?
This palette generator takes your provided image file, gets a count of the color of each pixel in it, and then runs that through an algorithm that merges and averages similar colors together, in order to create a palette consisting of a fair average of the most common colors in the image. You may click on individual colors to lock that color and generate further colors.
I made this because I was unhappy with the current offerings online when you google 'palette generator'. They either do not offer enough granularity, or just don't generate palettes that feel like they make sense for the image in question.
Advanced Options
- Threshold
- Determines the threshold for what similar colors are considered the same by the algorithm. Values closer to the edges (0, 254) will be more likely to select a lot of similar colors. 100-127 is the sweet spot
- Factor
- Determines the factor which similar colors are averaged by. Values closer to 0 create a lot of variation between colors and generations, values closer to 1 create very little variation between colors and generations