Color names in this palette
CSS code for this palette
/* CSS */
.polished-apple {
color: #812c2c;
}
.royal-rum {
color: #a44c4c;
}
.lipstick-illusion {
color: #d36f6f;
}
.brain-pink {
color: #f1b1b1;
}
.cor-de-pele {
color: #f5c2c2;
}
/* CSS Variables */
:root {
--polished-apple:#812c2c;
--royal-rum:#a44c4c;
--lipstick-illusion:#d36f6f;
--brain-pink:#f1b1b1;
--cor-de-pele:#f5c2c2;
}