Color names in this palette
CSS code for this palette
/* CSS */
.aerospace-orange {
color: #ff5100;
}
.princeton-orange {
color: #ff9100;
}
.soviet-gold {
color: #ffd900;
}
.snot-green {
color: #a1c200;
}
.coquelicot {
color: #ff3c00;
}
/* CSS Variables */
:root {
--aerospace-orange:#ff5100;
--princeton-orange:#ff9100;
--soviet-gold:#ffd900;
--snot-green:#a1c200;
--coquelicot:#ff3c00;
}