// Greys // $grey: #f5f5f5; // Grey 100 // $grey: #eeeeee; // Grey 200 // $grey: #dbdbdb; // Grey 300 // $grey: #c0c0c0; // Grey 400 // $grey: #9e9e9e; // Grey 500 // $grey: #828282; // Grey 600 // $grey: #757575; // Grey 700 // $grey: #616161; // Grey 800 // $grey: #5f5f5f; // Grey 900 // Primary (create colors scheme by adding style-[color].scss in the the theme root) // $primary: #b71c1c; // Red // $primary: #880e4f; // Pink // $primary: #4a148c; // Purple // $primary: #311b92; // Deep Purple // $primary: #1a237e; // Indigo // $primary: #0d47a1; // Blue // $primary: #01579b; // Light Blue // $primary: #006064; // Cyan // $primary: #004d40; // Teal // $primary: #1b5e20; // Green // $primary: #33691e; // Light Green // $primary: #827717; // Lime // $primary: #f57f17; // Yellow // $primary: #ff6f00; // Amber // $primary: #bf360c; // Orange // $primary: #bf360c; // Deep Orange // $primary: #3e2723; // Brown // $primary: #212121; // Grey // $primary: #263238; // Blue Grey