Color names in this palette
CSS code for this palette
/* CSS */
.china-doll {
color: #f2e4d4;
}
.baby-s-booties {
color: #e6c1c3;
}
.lili-elbe-s-pink {
color: #d7a3b1;
}
.purple-cheeks {
color: #b57d9d;
}
.cosmetic-red {
color: #a45b79;
}
/* CSS Variables */
:root {
--china-doll:#f2e4d4;
--baby-s-booties:#e6c1c3;
--lili-elbe-s-pink:#d7a3b1;
--purple-cheeks:#b57d9d;
--cosmetic-red:#a45b79;
}