Color names in this palette
CSS code for this palette
/* CSS */
.satin-deep-black {
color: #1c2021;
}
.mako {
color: #4e5455;
}
.shutter-grey {
color: #7a7e7f;
}
.silverstone {
color: #b1b3b4;
}
.disco-ball {
color: #d2d4d5;
}
/* CSS Variables */
:root {
--satin-deep-black:#1c2021;
--mako:#4e5455;
--shutter-grey:#7a7e7f;
--silverstone:#b1b3b4;
--disco-ball:#d2d4d5;
}