Color names in this palette
CSS code for this palette
/* CSS */
.what-inheritance {
color: #e8d6bb;
}
.china-doll {
color: #f2e4d4;
}
.cupcake-pink {
color: #f5d7d1;
}
.miami-pink {
color: #f8c4d9;
}
.child-s-play {
color: #e5b8d7;
}
/* CSS Variables */
:root {
--what-inheritance:#e8d6bb;
--china-doll:#f2e4d4;
--cupcake-pink:#f5d7d1;
--miami-pink:#f8c4d9;
--child-s-play:#e5b8d7;
}