Here is my immediate suggestion: Show only one palette at a time. By putting incompatible patterns so close, you get a matrix of colors that with high probability do not harmonize well. I am assuming you have a slightly different algorithm for these three, since the middle one doesn't seem to match the root color's brightness, and they seem to match saturation differently too. Make a choice between these before you g…
Show HN: A Color Palette Generator I Built For My Senior Thesis
21–30 of 45 posts
Re: Show HN: A Color Palette Generator I Built For My Senior Thesis
#22Picking colors is an interesting problem at the boundary of what can be done algorithmically with satisfactory results. For my latest side project, I needed sets of up to 5 colors that go well together but are sufficiently distant not too be confused. Since this is the task that palette generators typically set out to achieve, I tried a couple of them [1,2], as well as some "hand crafted" palettes found on design blo…
Re: Show HN: A Color Palette Generator I Built For My Senior Thesis
#23Here is my immediate suggestion: Show only one palette at a time. By putting incompatible patterns so close, you get a matrix of colors that with high probability do not harmonize well. I am assuming you have a slightly different algorithm for these three, since the middle one doesn't seem to match the root color's brightness, and they seem to match saturation differently too. Make a choice between these before you g…
That's pretty rad. Is the source available anywhere? I'd like to see something like this for Sublime.
Re: Show HN: A Color Palette Generator I Built For My Senior Thesis
#24Re: Show HN: A Color Palette Generator I Built For My Senior Thesis
#25Picking colors is an interesting problem at the boundary of what can be done algorithmically with satisfactory results. For my latest side project, I needed sets of up to 5 colors that go well together but are sufficiently distant not too be confused. Since this is the task that palette generators typically set out to achieve, I tried a couple of them [1,2], as well as some "hand crafted" palettes found on design blo…
Not connected to the site except as a user.
Re: Show HN: A Color Palette Generator I Built For My Senior Thesis
#26Here is my immediate suggestion: Show only one palette at a time. By putting incompatible patterns so close, you get a matrix of colors that with high probability do not harmonize well. I am assuming you have a slightly different algorithm for these three, since the middle one doesn't seem to match the root color's brightness, and they seem to match saturation differently too. Make a choice between these before you g…
Re: Show HN: A Color Palette Generator I Built For My Senior Thesis
#27Re: Show HN: A Color Palette Generator I Built For My Senior Thesis
#28Re: Show HN: A Color Palette Generator I Built For My Senior Thesis
#29Does the algorithm use HSL as its color space? I've seen many online palette tools that use HSL color wheels for picking colors. It never made sense to me why they wouldn't use a perceptually uniform color space like CIELUV. I actually made a color space derived from CIELUV specifically for the task of picking colors [1]. I never wrote a 'proper' palette generator using it, but I did make a demo that works pretty wel…
Re: Show HN: A Color Palette Generator I Built For My Senior Thesis
#30I'm getting a lot of really ugly palettes... by "a lot" I mean all of them.