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