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