Color names in this palette
CSS code for this palette
/* CSS */
.gluon-grey {
color: #1b1b1d;
}
.montana {
color: #39393c;
}
.more-than-a-week {
color: #8b8b8d;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--gluon-grey:#1b1b1d;
--montana:#39393c;
--more-than-a-week:#8b8b8d;
--solar-plexus-chakra:#f1c84b;
--mandarin-red:#e74d3c;
}