Color names in this palette
CSS code for this palette
/* CSS */
.quartz-pink {
color: #ed979d;
}
.petals-unfolding {
color: #f4b8c4;
}
.mary-s-rose {
color: #f6d0d3;
}
.pink-tutu {
color: #f9e6e8;
}
.matt-pink {
color: #ffb3c1;
}
/* CSS Variables */
:root {
--quartz-pink:#ed979d;
--petals-unfolding:#f4b8c4;
--mary-s-rose:#f6d0d3;
--pink-tutu:#f9e6e8;
--matt-pink:#ffb3c1;
}