Color names in this palette
CSS code for this palette
/* CSS */
.aerospace-orange {
color: #ff5100;
}
.vitamin-c {
color: #ff9900;
}
.usc-gold {
color: #ffcc00;
}
.harlequin {
color: #3bff00;
}
.vivid-sky-blue {
color: #00d0ff;
}
/* CSS Variables */
:root {
--aerospace-orange:#ff5100;
--vitamin-c:#ff9900;
--usc-gold:#ffcc00;
--harlequin:#3bff00;
--vivid-sky-blue:#00d0ff;
}