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

Reference: list of color-related packages in Elm #1

Open avh4 opened 6 years ago

avh4 commented 6 years ago

For reference, a list of current (or Elm 0.18) packages that relate to colors

Manipulation

Gradients / Colormaps

Palettes / Themes

(there were two or three of these, but Elm 0.18 can't be searched anymore)

skarger commented 6 years ago

@avh4 for "Palettes / Themes" there is https://github.com/damienklinnert/elm-spinner, although removing the dependency on Color from it is one option as part of upgrading to Elm 0.19.

(Please see https://github.com/damienklinnert/elm-spinner/pull/16 for additional context if desired.)

simonh1000 commented 4 years ago

https://github.com/simonh1000/elm-colorpicker is a user of your library