Color names in this palette
CSS code for this palette
/* CSS */
.purple-s-baby-sister {
color: #e8c3f4;
}
.violet-kiss {
color: #f4a4d8;
}
.petals-unfolding {
color: #f4b8c3;
}
.honey-bees {
color: #f8d682;
}
.welcoming-wasp {
color: #f0a800;
}
/* CSS Variables */
:root {
--purple-s-baby-sister:#e8c3f4;
--violet-kiss:#f4a4d8;
--petals-unfolding:#f4b8c3;
--honey-bees:#f8d682;
--welcoming-wasp:#f0a800;
}