Color names in this palette
CSS code for this palette
/* CSS */
.aerospace-orange {
color: #ff5100;
}
.orange-you-happy {
color: #ff7f24;
}
.ucla-gold {
color: #ffb300;
}
.golden-nectar {
color: #ffda6b;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--aerospace-orange:#ff5100;
--orange-you-happy:#ff7f24;
--ucla-gold:#ffb300;
--golden-nectar:#ffda6b;
--grapefruit-pulp:#ff6e61;
}