Color names in this palette
CSS code for this palette
/* CSS */
.usc-gold {
color: #ffcc00;
}
.sun-crete {
color: #ff8c00;
}
.aerospace-orange {
color: #ff5100;
}
.chinese-new-year {
color: #ff3366;
}
.philippine-pink {
color: #ff1a8c;
}
/* CSS Variables */
:root {
--usc-gold:#ffcc00;
--sun-crete:#ff8c00;
--aerospace-orange:#ff5100;
--chinese-new-year:#ff3366;
--philippine-pink:#ff1a8c;
}