Color names in this palette
CSS code for this palette
/* CSS */
.petals-unfolding {
color: #f3b9c3;
}
.first-daughter {
color: #f8d3d8;
}
.emperor-s-children {
color: #f2a1b6;
}
.eau-de-rose {
color: #e6b7d2;
}
.tiara-pink {
color: #daaad1;
}
/* CSS Variables */
:root {
--petals-unfolding:#f3b9c3;
--first-daughter:#f8d3d8;
--emperor-s-children:#f2a1b6;
--eau-de-rose:#e6b7d2;
--tiara-pink:#daaad1;
}