Color names in this palette
CSS code for this palette
/* CSS */
.cor-de-pele {
color: #f4c3c3;
}
.hope {
color: #e77e9f;
}
.blush-d-amour {
color: #d85a8a;
}
.red-letter-day {
color: #c7005a;
}
.screamer-pink {
color: #a8003e;
}
/* CSS Variables */
:root {
--cor-de-pele:#f4c3c3;
--hope:#e77e9f;
--blush-d-amour:#d85a8a;
--red-letter-day:#c7005a;
--screamer-pink:#a8003e;
}