color.css is a simple css framework that helps you find colors in your projects!
Because color.css is written as simply as possible and is very small, you can use color.css to complete your projects in less time.
@import url(https://ghcdn.rawgit.org/Gnkalk/Color.css/main/color.min.css);
color.css supports colors :
Red, Pink, Purple, Deep Purple, Indigo, Blue, Light Blue, Cyan, Teal, Green, Light Green, Lime, Yellow, Amber, Orange, Deep Orange, Brown, Grey, Blue Grey
and you can use these colors in the color spectrum :
50, 100, 200, 300, 400, 500, 600, 700, 800, 900
You can get inspiration from the example below :
color: var(--red-500);
Note, colors Deep Purple, Light Blue, Light Green, Deep Orange, Blue Grey
can be used as depurple, liblue, ligreen, deorange, bluegrey
in code
This project is released under the BSD-3 license and any disaster on it is unimpeded.
Developed With 💪 by Gnkalk