Color names in this palette
CSS code for this palette
/* CSS */
.soviet-gold {
color: #ffd900;
}
.sunflower-mango {
color: #ffb700;
}
.sun-crete {
color: #ff8c00;
}
.inferno-orange {
color: #ff4400;
}
.wild-rider-red {
color: #db143c;
}
/* CSS Variables */
:root {
--soviet-gold:#ffd900;
--sunflower-mango:#ffb700;
--sun-crete:#ff8c00;
--inferno-orange:#ff4400;
--wild-rider-red:#db143c;
}