Color names in this palette
CSS code for this palette
/* CSS */
.lili-elbe-s-pink {
color: #d7a2af;
}
.cherry-blossom {
color: #f6c1d5;
}
.china-doll {
color: #f2e4d4;
}
.lemon-ice-yellow {
color: #f6e1a7;
}
.campground {
color: #d1a76b;
}
/* CSS Variables */
:root {
--lili-elbe-s-pink:#d7a2af;
--cherry-blossom:#f6c1d5;
--china-doll:#f2e4d4;
--lemon-ice-yellow:#f6e1a7;
--campground:#d1a76b;
}