Color names in this palette
CSS code for this palette
/* CSS */
.usc-gold {
color: #ffcc00;
}
.sun-crete {
color: #ff8c00;
}
.aerospace-orange {
color: #ff5100;
}
.carolina-reaper {
color: #ff1a00;
}
.standby-led {
color: #ff0066;
}
/* CSS Variables */
:root {
--usc-gold:#ffcc00;
--sun-crete:#ff8c00;
--aerospace-orange:#ff5100;
--carolina-reaper:#ff1a00;
--standby-led:#ff0066;
}