Color names in this palette
CSS code for this palette
/* CSS */
.vanadyl-blue {
color: #00a4e6;
}
.usc-gold {
color: #ffcc00;
}
.shocking-orange {
color: #ff6d1f;
}
.sorx-red {
color: #f50056;
}
.nebula-outpost {
color: #8c24a8;
}
/* CSS Variables */
:root {
--vanadyl-blue:#00a4e6;
--usc-gold:#ffcc00;
--shocking-orange:#ff6d1f;
--sorx-red:#f50056;
--nebula-outpost:#8c24a8;
}