(based on mrmrs/colors)
with bower
$ bower install colors-scss --save
Or simply clone to the desired directory. Then import it in your main.scss (or other .scss) file
@import "colors"; // (or path to colors if not in root relative to stylesheet)
body {
background-color: $red;
// etc
}