Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f5a8c4;
}
.dahlia-delight {
color: #f8bfd3;
}
.poplar-pink {
color: #fcd4e2;
}
.pink-frosting {
color: #f5d6e2;
}
.sheer-lavender {
color: #f2e3f1;
}
/* CSS Variables */
:root {
--rose-mallow:#f5a8c4;
--dahlia-delight:#f8bfd3;
--poplar-pink:#fcd4e2;
--pink-frosting:#f5d6e2;
--sheer-lavender:#f2e3f1;
}