Color names in this palette
CSS code for this palette
/* CSS */
.petals-unfolding {
color: #f4b8c4;
}
.first-daughter {
color: #f7d4d8;
}
.iced-vovo {
color: #dfa4af;
}
.reduced-pink {
color: #f6e4e4;
}
.lavender-field-dreamer {
color: #c8b0d8;
}
/* CSS Variables */
:root {
--petals-unfolding:#f4b8c4;
--first-daughter:#f7d4d8;
--iced-vovo:#dfa4af;
--reduced-pink:#f6e4e4;
--lavender-field-dreamer:#c8b0d8;
}