Color names in this palette
CSS code for this palette
/* CSS */
.aerospace-orange {
color: #ff5100;
}
.princeton-orange {
color: #ff9100;
}
.cyber-yellow {
color: #ffd500;
}
.busy-bee {
color: #f2ff00;
}
.bright-yellow-green {
color: #a1ff00;
}
/* CSS Variables */
:root {
--aerospace-orange:#ff5100;
--princeton-orange:#ff9100;
--cyber-yellow:#ffd500;
--busy-bee:#f2ff00;
--bright-yellow-green:#a1ff00;
}