tesk9 / palette

Define, blend, and generate Colors and Palettes in Elm.
https://package.elm-lang.org/packages/tesk9/palette/latest
BSD 3-Clause "New" or "Revised" License
28 stars 2 forks source link

Color from a hex string #3

Closed kalawr closed 5 years ago

kalawr commented 5 years ago

Hi there! Thank you for the great work you've done on this library. In the app we are building we are importing a bunch of hex colors from the database. Ideally, we would want to create some derivatives of these colors on the front-end side. Do you think Palette could use a Color.fromHex function to help with this? I would be happy to provide a PR if you think such addition could be good for the library :)

tesk9 commented 5 years ago

Oh yes! That would be wonderful!

tesk9 commented 5 years ago

I'm working on this today