CSS code for this palette
/* CSS */
.homeworld {
color: #1f89e5;
}
.lust {
color: #e51f26;
}
.white {
color: #ffffff;
}
.usc-gold {
color: #ffcc00;
}
.smashing-pumpkins {
color: #ff5724;
}
/* CSS Variables */
:root {
--homeworld:#1f89e5;
--lust:#e51f26;
--white:#ffffff;
--usc-gold:#ffcc00;
--smashing-pumpkins:#ff5724;
}