Color names in this palette
CSS code for this palette
/* CSS */
.chrome-yellow {
color: #faa700;
}
.ucla-gold {
color: #ffb300;
}
.usc-gold {
color: #ffcc00;
}
.soviet-gold {
color: #ffd900;
}
.forsythia {
color: #ffc800;
}
/* CSS Variables */
:root {
--chrome-yellow:#faa700;
--ucla-gold:#ffb300;
--usc-gold:#ffcc00;
--soviet-gold:#ffd900;
--forsythia:#ffc800;
}