Color names in this palette
CSS code for this palette
/* CSS */
.mary-s-rose {
color: #f6d0d3;
}
.fallen-blossoms {
color: #f0b2c3;
}
.chewing-gum-pink {
color: #e68ebd;
}
.sky-magenta {
color: #d36fab;
}
.plum-dust {
color: #a94c8d;
}
/* CSS Variables */
:root {
--mary-s-rose:#f6d0d3;
--fallen-blossoms:#f0b2c3;
--chewing-gum-pink:#e68ebd;
--sky-magenta:#d36fab;
--plum-dust:#a94c8d;
}