Color names in this palette
CSS code for this palette
/* CSS */
.mauve-memento {
color: #a76c92;
}
.heart-to-heart {
color: #d1a9c6;
}
.soft-cashmere {
color: #f1b1d9;
}
.light-ginger-yellow {
color: #f6d08e;
}
.grapefruit-juice {
color: #ea6c89;
}
/* CSS Variables */
:root {
--mauve-memento:#a76c92;
--heart-to-heart:#d1a9c6;
--soft-cashmere:#f1b1d9;
--light-ginger-yellow:#f6d08e;
--grapefruit-juice:#ea6c89;
}