Color names in this palette
CSS code for this palette
/* CSS */
.scab-red {
color: #8a0000;
}
.common-chestnut {
color: #cd5b5b;
}
.n-rang-orange {
color: #ff8052;
}
.dwarven-peaches {
color: #ffa07a;
}
.inferno-orange {
color: #ff4400;
}
/* CSS Variables */
:root {
--scab-red:#8a0000;
--common-chestnut:#cd5b5b;
--n-rang-orange:#ff8052;
--dwarven-peaches:#ffa07a;
--inferno-orange:#ff4400;
}