Color names in this palette
CSS code for this palette
/* CSS */
.n-rang-orange {
color: #ff8052;
}
.soviet-gold {
color: #ffd900;
}
.inferno-orange {
color: #ff4400;
}
.scab-red {
color: #8a0000;
}
.lemon-chiffon {
color: #fffacc;
}
/* CSS Variables */
:root {
--n-rang-orange:#ff8052;
--soviet-gold:#ffd900;
--inferno-orange:#ff4400;
--scab-red:#8a0000;
--lemon-chiffon:#fffacc;
}