Color names in this palette
CSS code for this palette
/* CSS */
.cor-de-pele {
color: #f4c3c3;
}
.roseberry {
color: #f2a5a1;
}
.strawberry-ice {
color: #e6908e;
}
.strawberry-wine {
color: #c76b6d;
}
.sweet-cherry {
color: #9d4d50;
}
/* CSS Variables */
:root {
--cor-de-pele:#f4c3c3;
--roseberry:#f2a5a1;
--strawberry-ice:#e6908e;
--strawberry-wine:#c76b6d;
--sweet-cherry:#9d4d50;
}