Color names in this palette
CSS code for this palette
/* CSS */
.venetian-yellow {
color: #f7e3a1;
}
.petals-unfolding {
color: #f4b8c4;
}
.spaghetti-strap-pink {
color: #f6a7d1;
}
.favorite-lavender {
color: #d7a3d5;
}
.fine-blue {
color: #b5e3e0;
}
/* CSS Variables */
:root {
--venetian-yellow:#f7e3a1;
--petals-unfolding:#f4b8c4;
--spaghetti-strap-pink:#f6a7d1;
--favorite-lavender:#d7a3d5;
--fine-blue:#b5e3e0;
}