Color names in this palette
CSS code for this palette
/* CSS */
.gluon-grey {
color: #1b1b1d;
}
.montana {
color: #39393c;
}
.blackish-grey {
color: #5c5c60;
}
.silver-snippet {
color: #8e8e90;
}
.harbour-fog {
color: #b1b1b4;
}
/* CSS Variables */
:root {
--gluon-grey:#1b1b1d;
--montana:#39393c;
--blackish-grey:#5c5c60;
--silver-snippet:#8e8e90;
--harbour-fog:#b1b1b4;
}