Color names in this palette
CSS code for this palette
/* CSS */
.aerospace-orange {
color: #ff5100;
}
.oxford-blue {
color: #002147;
}
.banana-yogurt {
color: #f9e8b4;
}
.cara-be {
color: #7b5b4c;
}
.usc-gold {
color: #ffcc00;
}
/* CSS Variables */
:root {
--aerospace-orange:#ff5100;
--oxford-blue:#002147;
--banana-yogurt:#f9e8b4;
--cara-be:#7b5b4c;
--usc-gold:#ffcc00;
}