$white: white;
$lightgrey: rgb(189, 195, 199); $grey: rgb(149, 165, 166); $darkgrey: rgb(127, 140, 141);
$lightyellow: rgb(241, 196, 15); $yellow: rgb(241, 196, 15); $darkyellow: rgb(241, 196, 15);
$lightorange: rgb(243, 156, 18); $orange: rgb(230, 126, 34); $darkorange: rgb(211, 84, 0);
$lightblue: rgb(26, 188, 156); $blue: rgb(52, 152, 219); $darkblue: rgb(41, 128, 185);
$lightred: rgb(231, 76, 60); $red: rgb(231, 76, 60); $darkred: rgb(192, 57, 43);
$lightpurple: rgb(155, 89, 182); $purple: rgb(155, 89, 182); $darkpurple: rgb(142, 68, 173);
$lightgreen: rgb(46, 204, 113); $green: rgb(39, 174, 96); $darkgreen: rgb(22, 160, 133);
$black: rgb(52, 73, 94);
$color__snowbutton-default: white; $color__snowbutton-text-dark: black; $colors__snowbutton: (
'white' : white, 'lightgrey' : $lightgrey, 'grey' : $grey, 'darkgrey' : $darkgrey, 'lightyellow': $lightyellow, 'yellow' : $yellow, 'darkyellow' : $darkyellow, 'lightorange': $lightorange, 'orange' : $orange, 'darkorange' : $darkorange, 'lightblue' : $lightblue, 'blue' : $blue, 'darkblue' : $darkblue, 'lightred' : $lightred, 'red' : $red, 'darkred' : $darkred, 'lightpurple': $lightpurple, 'purple' : $purple, 'darkpurple' : $darkpurple, 'lightgreen' : $lightgreen, 'green' : $green, 'darkgreen' : $darkgreen, 'black' : black,
);