Color names in this palette
CSS code for this palette
/* CSS */
.scab-red {
color: #8f0000;
}
.harissa-red {
color: #a62b2b;
}
.chocolate {
color: #d2691e;
}
.n-rang-orange {
color: #ff8052;
}
.soviet-gold {
color: #ffd900;
}
/* CSS Variables */
:root {
--scab-red:#8f0000;
--harissa-red:#a62b2b;
--chocolate:#d2691e;
--n-rang-orange:#ff8052;
--soviet-gold:#ffd900;
}