CSS code for this palette
/* CSS */
.eerie-black {
color: #1a1a1a;
}
.thunder {
color: #4d4d4d;
}
.codex-grey {
color: #9c9c9c;
}
.mercury {
color: #ebebeb;
}
.usc-gold {
color: #ffcc00;
}
/* CSS Variables */
:root {
--eerie-black:#1a1a1a;
--thunder:#4d4d4d;
--codex-grey:#9c9c9c;
--mercury:#ebebeb;
--usc-gold:#ffcc00;
}