avh4 / elm-color

Standard representation of colors, encouraging sharing between packages. (This replaces elm-lang/core#Color from Elm 0.18.)
BSD 3-Clause "New" or "Revised" License
23 stars 6 forks source link

Basic palette #10

Closed avh4 closed 6 years ago

avh4 commented 6 years ago

This adds the basic colors from Elm 0.18

screen shot 2018-09-09 at 1 25 00 pm
avh4 commented 6 years ago

Before merging this, I'd like to do an analysis in the HSLuv colorspace to see if we can make the palette a bit more perceptually consistent without diverging too much from the Elm 0.18 colors.

avh4 commented 6 years ago

Before merging this, I'd like to do an analysis in the HSLuv colorspace to see if we can make the palette a bit more perceptually consistent without diverging too much from the Elm 0.18 colors.

I tried playing with this a bit, and normalizing the hue/sat/lit values of the colors in HSLuv space produced not-nice-looking palettes.