Color names in this palette
CSS code for this palette
/* CSS */
.child-s-play {
color: #e6b7d4;
}
.poodle-pink {
color: #f1d0e5;
}
.cherry-blossom {
color: #f2c0d5;
}
.rose-mallow {
color: #f9a9c9;
}
.xoxo {
color: #f27d93;
}
/* CSS Variables */
:root {
--child-s-play:#e6b7d4;
--poodle-pink:#f1d0e5;
--cherry-blossom:#f2c0d5;
--rose-mallow:#f9a9c9;
--xoxo:#f27d93;
}