Color names in this palette
CSS code for this palette
/* CSS */
.petals-unfolding {
color: #f4b8c4;
}
.sunset-pink {
color: #f9d7e6;
}
.love-spell {
color: #f7b6c4;
}
.pink-fit {
color: #f9a9b1;
}
.strawberry-pink {
color: #f56b84;
}
/* CSS Variables */
:root {
--petals-unfolding:#f4b8c4;
--sunset-pink:#f9d7e6;
--love-spell:#f7b6c4;
--pink-fit:#f9a9b1;
--strawberry-pink:#f56b84;
}