material-color-palette-cssnext
$3
Google's Material Design is great but sometimes we just need the color palettes. This projects contains all the colors exported as cssnext variables.
$3
``css
@import "material-color-palette-cssnext/colors/blue.css";
body {
background-color: var(--blue-500);
}
``