Color names in this palette
CSS code for this palette
/* CSS */
.barely-pink {
color: #f9d7db;
}
.petals-unfolding {
color: #f4b8c4;
}
.peony {
color: #ec8e9d;
}
.impatient-pink {
color: #d77997;
}
.lipstick {
color: #c65d87;
}
/* CSS Variables */
:root {
--barely-pink:#f9d7db;
--petals-unfolding:#f4b8c4;
--peony:#ec8e9d;
--impatient-pink:#d77997;
--lipstick:#c65d87;
}