Color names in this palette
CSS code for this palette
/* CSS */
.rave-red {
color: #a23c34;
}
.strawberry-wine {
color: #c76b6d;
}
.seasonal-beige {
color: #e9b79f;
}
.porcelain-tan {
color: #f9d8c3;
}
.cor-de-pele {
color: #f4c3c3;
}
/* CSS Variables */
:root {
--rave-red:#a23c34;
--strawberry-wine:#c76b6d;
--seasonal-beige:#e9b79f;
--porcelain-tan:#f9d8c3;
--cor-de-pele:#f4c3c3;
}