Color names in this palette
CSS code for this palette
/* CSS */
.sulphine-yellow {
color: #c2a500;
}
.safety-yellow {
color: #e6d600;
}
.banana-clan {
color: #f0e000;
}
.usc-gold {
color: #ffcc00;
}
.ucla-gold {
color: #ffb300;
}
/* CSS Variables */
:root {
--sulphine-yellow:#c2a500;
--safety-yellow:#e6d600;
--banana-clan:#f0e000;
--usc-gold:#ffcc00;
--ucla-gold:#ffb300;
}