Color names in this palette
CSS code for this palette
/* CSS */
.usc-gold {
color: #ffcc00;
}
.ucla-gold {
color: #ffb300;
}
.sun-crete {
color: #ff8c00;
}
.flush-orange {
color: #ff6e00;
}
.salsa-haba-ero {
color: #e65000;
}
/* CSS Variables */
:root {
--usc-gold:#ffcc00;
--ucla-gold:#ffb300;
--sun-crete:#ff8c00;
--flush-orange:#ff6e00;
--salsa-haba-ero:#e65000;
}