Color names in this palette
CSS code for this palette
/* CSS */
.soviet-gold {
color: #ffd900;
}
.mad-for-mango {
color: #f5a300;
}
.n-rang-orange {
color: #ff8052;
}
.inferno-orange {
color: #ff4400;
}
.wild-rider-red {
color: #db143c;
}
/* CSS Variables */
:root {
--soviet-gold:#ffd900;
--mad-for-mango:#f5a300;
--n-rang-orange:#ff8052;
--inferno-orange:#ff4400;
--wild-rider-red:#db143c;
}