Color names in this palette
CSS code for this palette
/* CSS */
.aerospace-orange {
color: #ff5100;
}
.mandarin-peel {
color: #ff9d00;
}
.soviet-gold {
color: #ffd900;
}
.matcha-powder {
color: #a4d600;
}
.forestial {
color: #007a33;
}
/* CSS Variables */
:root {
--aerospace-orange:#ff5100;
--mandarin-peel:#ff9d00;
--soviet-gold:#ffd900;
--matcha-powder:#a4d600;
--forestial:#007a33;
}