Color names in this palette
CSS code for this palette
/* CSS */
.scab-red {
color: #8f0000;
}
.flamingo-fervor {
color: #b42222;
}
.common-chestnut {
color: #cd5b5b;
}
.n-rang-orange {
color: #ff8052;
}
.matt-pink {
color: #ffb8c1;
}
/* CSS Variables */
:root {
--scab-red:#8f0000;
--flamingo-fervor:#b42222;
--common-chestnut:#cd5b5b;
--n-rang-orange:#ff8052;
--matt-pink:#ffb8c1;
}