Color names in this palette
CSS code for this palette
/* CSS */
.aerospace-orange {
color: #ff5100;
}
.orange-juice {
color: #ff8000;
}
.fresh-squeezed {
color: #ffae00;
}
.cyber-yellow {
color: #ffd500;
}
.middle-yellow {
color: #ffea00;
}
/* CSS Variables */
:root {
--aerospace-orange:#ff5100;
--orange-juice:#ff8000;
--fresh-squeezed:#ffae00;
--cyber-yellow:#ffd500;
--middle-yellow:#ffea00;
}