Color names in this palette
CSS code for this palette
/* CSS */
.aerospace-orange {
color: #ff5100;
}
.vitamin-c {
color: #ff9900;
}
.usc-gold {
color: #ffcc00;
}
.yellow {
color: #ffff00;
}
.sasquatch-socks {
color: #ff4d85;
}
/* CSS Variables */
:root {
--aerospace-orange:#ff5100;
--vitamin-c:#ff9900;
--usc-gold:#ffcc00;
--yellow:#ffff00;
--sasquatch-socks:#ff4d85;
}