Color names in this palette
CSS code for this palette
/* CSS */
.polished-apple {
color: #892a2a;
}
.flamingo-fervor {
color: #b42222;
}
.common-chestnut {
color: #cd5b5b;
}
.n-rang-orange {
color: #ff8052;
}
.inferno-orange {
color: #ff4400;
}
/* CSS Variables */
:root {
--polished-apple:#892a2a;
--flamingo-fervor:#b42222;
--common-chestnut:#cd5b5b;
--n-rang-orange:#ff8052;
--inferno-orange:#ff4400;
}