Color names in this palette
CSS code for this palette
/* CSS */
.petals-unfolding {
color: #f4b8c4;
}
.think-pink {
color: #e8a1c1;
}
.middle-purple {
color: #d67ab3;
}
.bodacious {
color: #b65da1;
}
.viva-magenta {
color: #a14f8e;
}
/* CSS Variables */
:root {
--petals-unfolding:#f4b8c4;
--think-pink:#e8a1c1;
--middle-purple:#d67ab3;
--bodacious:#b65da1;
--viva-magenta:#a14f8e;
}