Color names in this palette
CSS code for this palette
/* CSS */
.gluon-grey {
color: #1b1b1d;
}
.montana {
color: #39393c;
}
.shadow-mountain {
color: #58585a;
}
.sharkskin {
color: #818183;
}
.bleached-silk {
color: #f2f2f2;
}
/* CSS Variables */
:root {
--gluon-grey:#1b1b1d;
--montana:#39393c;
--shadow-mountain:#58585a;
--sharkskin:#818183;
--bleached-silk:#f2f2f2;
}