CSS code for this palette
/* CSS */
.black-howl {
color: #1e1e2f;
}
.amphystine {
color: #3e3e5b;
}
.colossus {
color: #5e5e8d;
}
.marsupilami {
color: #f5f500;
}
.usc-gold {
color: #ffcc00;
}
/* CSS Variables */
:root {
--black-howl:#1e1e2f;
--amphystine:#3e3e5b;
--colossus:#5e5e8d;
--marsupilami:#f5f500;
--usc-gold:#ffcc00;
}