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