Color names in this palette
CSS code for this palette
/* CSS */
.cor-de-pele {
color: #f4c3c3;
}
.sandy-bay {
color: #f9d5b4;
}
.spanish-cream {
color: #fce6c0;
}
.jade-spell {
color: #c1e6d4;
}
.plum-juice {
color: #e0a3d9;
}
/* CSS Variables */
:root {
--cor-de-pele:#f4c3c3;
--sandy-bay:#f9d5b4;
--spanish-cream:#fce6c0;
--jade-spell:#c1e6d4;
--plum-juice:#e0a3d9;
}