Color names in this palette
CSS code for this palette
/* CSS */
.gluon-grey {
color: #1b1b1d;
}
.montana {
color: #39393c;
}
.shadow-mountain {
color: #595959;
}
.dark-souls {
color: #a3a3a3;
}
.chef-s-hat {
color: #f4f4f6;
}
/* CSS Variables */
:root {
--gluon-grey:#1b1b1d;
--montana:#39393c;
--shadow-mountain:#595959;
--dark-souls:#a3a3a3;
--chef-s-hat:#f4f4f6;
}