Color names in this palette
CSS code for this palette
/* CSS */
.aerospace-orange {
color: #ff5100;
}
.sun-crete {
color: #ff8c00;
}
.usc-gold {
color: #ffcc00;
}
.golden-yellow {
color: #ffe100;
}
.yellow {
color: #ffff00;
}
/* CSS Variables */
:root {
--aerospace-orange:#ff5100;
--sun-crete:#ff8c00;
--usc-gold:#ffcc00;
--golden-yellow:#ffe100;
--yellow:#ffff00;
}