Color names in this palette
CSS code for this palette
/* CSS */
.umbra {
color: #1f1f1f;
}
.shadow-mountain {
color: #595959;
}
.dark-souls {
color: #a3a3a3;
}
.chartreuse-shot {
color: #d6d600;
}
.usc-gold {
color: #ffcc00;
}
/* CSS Variables */
:root {
--umbra:#1f1f1f;
--shadow-mountain:#595959;
--dark-souls:#a3a3a3;
--chartreuse-shot:#d6d600;
--usc-gold:#ffcc00;
}