Color names in this palette
CSS code for this palette
/* CSS */
.aerospace-orange {
color: #ff5100;
}
.orange-you-happy {
color: #ff7f24;
}
.cheese {
color: #ffa600;
}
.soviet-gold {
color: #ffd900;
}
.ucla-gold {
color: #ffb300;
}
/* CSS Variables */
:root {
--aerospace-orange:#ff5100;
--orange-you-happy:#ff7f24;
--cheese:#ffa600;
--soviet-gold:#ffd900;
--ucla-gold:#ffb300;
}