Color names in this palette
CSS code for this palette
/* CSS */
.eerie-black {
color: #1c1c1c;
}
.black-liquorice {
color: #3b3b3b;
}
.iron {
color: #5e5e5e;
}
.usc-gold {
color: #ffcc00;
}
.boiling-magma {
color: #ff3300;
}
/* CSS Variables */
:root {
--eerie-black:#1c1c1c;
--black-liquorice:#3b3b3b;
--iron:#5e5e5e;
--usc-gold:#ffcc00;
--boiling-magma:#ff3300;
}