Teal
#00bcd4
Red
#f44336
Green
#00d45a
Basic gray
#444747
Orange
#ffc107
Purple
#7726d3
Light blue
#03A9F4
Dark gray
#333434
How to use
To use any color, you need to use Sass variable naming as the
corresponding color in lowercase with prefix
If the color name is composed of more than one world, the words are separated by a dash "-".
Example: You want to use color naming "Teal". Sass variable for this color is
"color-"
.If the color name is composed of more than one world, the words are separated by a dash "-".
Example: You want to use color naming "Teal". Sass variable for this color is
$color-teal