Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.carnation-bouquet {
color: #f1c1d2;
}
.pink-frosting {
color: #f6d5e1;
}
.berries-n-cream {
color: #f6b6c8;
}
.munch-on-melon {
color: #f13b6f;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--carnation-bouquet:#f1c1d2;
--pink-frosting:#f6d5e1;
--berries-n-cream:#f6b6c8;
--munch-on-melon:#f13b6f;
}