Skip to content
Gerrit Grunwald edited this page Jan 11, 2016 · 5 revisions

Colors is a little project that simply contains popular color definitions as JavaFX colors. It contains the colors from Material Design and Flat UI. You could add the jar (bintray) to your project to directly use the color definitions by their names e.g.

Color amber400   = MaterialDesign.AMBER_400.COLOR;
Color peterRiver = FlatUi.PETER_RIVER.COLOR; 

You will also find a little demo color picker for each of the color definition files that will copy the clicked color to the clipboard.

Clone this wiki locally