Color names in this palette
CSS code for this palette
/* CSS */
.petals-unfolding {
color: #f4b8c4;
}
.emperor-s-children {
color: #f2a1b4;
}
.deep-blush {
color: #e56c88;
}
.rosy-cheeks {
color: #d84f6b;
}
.plum-dust {
color: #a64e8f;
}
/* CSS Variables */
:root {
--petals-unfolding:#f4b8c4;
--emperor-s-children:#f2a1b4;
--deep-blush:#e56c88;
--rosy-cheeks:#d84f6b;
--plum-dust:#a64e8f;
}