Color names in this palette
CSS code for this palette
/* CSS */
.aerospace-orange {
color: #ff5100;
}
.mandarin-peel {
color: #ff9d00;
}
.soviet-gold {
color: #ffd900;
}
.vivid-orange {
color: #ff5e00;
}
.red-um {
color: #ff1e00;
}
/* CSS Variables */
:root {
--aerospace-orange:#ff5100;
--mandarin-peel:#ff9d00;
--soviet-gold:#ffd900;
--vivid-orange:#ff5e00;
--red-um:#ff1e00;
}