Color names in this palette
CSS code for this palette
/* CSS */
.cor-de-pele {
color: #f4c3c3;
}
.brain-pink {
color: #f2b1b1;
}
.plum-blossom {
color: #f0a3a3;
}
.strawberry-ice {
color: #e88c8c;
}
.juicy-details {
color: #d67a7a;
}
/* CSS Variables */
:root {
--cor-de-pele:#f4c3c3;
--brain-pink:#f2b1b1;
--plum-blossom:#f0a3a3;
--strawberry-ice:#e88c8c;
--juicy-details:#d67a7a;
}