We have a very small subset of Colors defined in our Colors module - like Colors.red, Colors.blue, etc.
It'd be great to have parity with the default set in HTML - I think this is a comprehensive list here:
https://www.w3schools.com/colors/colors_names.asp
Might be easier with #102 tackled - but it would be awesome to have this full set of Colors in revery, too!
Good place to start looking:
https://github.com/bryphe/revery/blob/master/src/Core/Colors.re
I'm on it :)
Sweet, thank you @bgoscinski 馃槃 Let me know if you need any help getting started!
Fixed with #106 ! Thank you @bgoscinski 馃挴