Color names in this palette
CSS code for this palette
/* CSS */
.flower-spell {
color: #fec8d8;
}
.pink-fit {
color: #f8a5b4;
}
.sachet-pink {
color: #f490b1;
}
.medium-pink {
color: #f06090;
}
.dogwood-rose {
color: #da1b61;
}
/* CSS Variables */
:root {
--flower-spell:#fec8d8;
--pink-fit:#f8a5b4;
--sachet-pink:#f490b1;
--medium-pink:#f06090;
--dogwood-rose:#da1b61;
}