Color names in this palette
CSS code for this palette
/* CSS */
.aerospace-orange {
color: #ff5100;
}
.flush-orange {
color: #ff6e00;
}
.sun-crete {
color: #ff8c00;
}
.sunflower-mango {
color: #ffb700;
}
.soviet-gold {
color: #ffd900;
}
/* CSS Variables */
:root {
--aerospace-orange:#ff5100;
--flush-orange:#ff6e00;
--sun-crete:#ff8c00;
--sunflower-mango:#ffb700;
--soviet-gold:#ffd900;
}