Color names in this palette
CSS code for this palette
/* CSS */
.blinking-blue {
color: #0033ff;
}
.blue-ribbon {
color: #0066ff;
}
.usc-gold {
color: #ffcc00;
}
.yellow-bell-pepper {
color: #ffdd33;
}
.flash-of-orange {
color: #ffaa00;
}
/* CSS Variables */
:root {
--blinking-blue:#0033ff;
--blue-ribbon:#0066ff;
--usc-gold:#ffcc00;
--yellow-bell-pepper:#ffdd33;
--flash-of-orange:#ffaa00;
}