Color names in this palette
CSS code for this palette
/* CSS */
.cor-de-pele {
color: #f4c3c3;
}
.just-a-tease {
color: #f9d4d2;
}
.partytime {
color: #e1a8c1;
}
.basin-blue {
color: #b9e1e4;
}
.lemon-ice-yellow {
color: #f6e3a7;
}
/* CSS Variables */
:root {
--cor-de-pele:#f4c3c3;
--just-a-tease:#f9d4d2;
--partytime:#e1a8c1;
--basin-blue:#b9e1e4;
--lemon-ice-yellow:#f6e3a7;
}