Color names in this palette
CSS code for this palette
/* CSS */
.petals-unfolding {
color: #f4b8c4;
}
.sweet-lilac {
color: #eab8d1;
}
.pastel-lavender {
color: #d5a4c4;
}
.favorite-lavender {
color: #cea3d2;
}
.tiny-ribbons {
color: #b98db3;
}
/* CSS Variables */
:root {
--petals-unfolding:#f4b8c4;
--sweet-lilac:#eab8d1;
--pastel-lavender:#d5a4c4;
--favorite-lavender:#cea3d2;
--tiny-ribbons:#b98db3;
}