Live data from Hacker News

Show HN: A Color Palette Generator I Built For My Senior Thesis

colormoo.com

1–10 of 45 posts

Re: Show HN: A Color Palette Generator I Built For My Senior Thesis

#3
Not working in Chrome on OS X. Seems to look ok in FF and Safari although I am not sure where the input for color is supposed to be positioned, it looks out of place.

I see you used Zerb Foundation, how did you like it I am thinking of using it on a side project.

Edit: Working in Chrome after a few refreshes.

Re: Show HN: A Color Palette Generator I Built For My Senior Thesis

#4
Picking 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 blogs [2,3]. In each case, I found that the palettes, while satisfying the desired properties, were aesthetically not particularly pleasing, in a sense lacking a unifying quality.

Thinking that "picking colors that go well together" must be a solved problem, I resorted to looking up photographs of 20th century paintings (e.g. [5]) and using the color picker in Gimp to extract what I visually perceived as the most important colors. This gave me far better palettes that any of the generators.

There are ways to do this algorithmically, as a form of constrained color quantization, and I later found online implementations as well [6] that give results very close to my hand picking.

[1] http://colorschemedesigner.com/

[2] https://www.colorschemer.com/online.html

[3] http://flatuicolors.com/

[4] http://niklausgerber.com/blog/flat-ui-color-autumn-edition/

[5] http://i1.ytimg.com/vi/XcwZF1aF4LM/maxresdefault.jpg

[6] http://labs.tineye.com/color/

Re: Show HN: A Color Palette Generator I Built For My Senior Thesis

#7
Can this create a palette of an arbitrary number of colors, or is it limited to six? I've been looking for a good way to generate an arbitrary number of visually distinct colors for a while, to use in visualizing high dimensional datasets in bioinformatics. The closest I've come so far is http://tools.medialab.sciences-po.fr/iwanthue/ (which is great but I need to port it to R one of these days)

Re: Show HN: A Color Palette Generator I Built For My Senior Thesis

#9
Cool tool. Good work! Feedback: I agree w/ other comment...the palette options I get don't seem to go well together. Maybe you're trying to include too many colors in a palette? Also, I'd center the checkboxes on the button when picking a palette.
Post reply on HN