Color names in this palette
CSS code for this palette
/* CSS */
.vanadyl-blue {
color: #00a5e0;
}
.usc-gold {
color: #ffcc00;
}
.shocking-orange {
color: #ff6d1f;
}
.raspberry-shortcake {
color: #ff387e;
}
.beef-hotpot {
color: #a85f2e;
}
/* CSS Variables */
:root {
--vanadyl-blue:#00a5e0;
--usc-gold:#ffcc00;
--shocking-orange:#ff6d1f;
--raspberry-shortcake:#ff387e;
--beef-hotpot:#a85f2e;
}