Color names in this palette
CSS code for this palette
/* CSS */
.mauve-memento {
color: #a66e94;
}
.play-time {
color: #b398aa;
}
.lavender-blessing {
color: #d4b5c5;
}
.cool-pink {
color: #e6c7d1;
}
.marshmallow-rose {
color: #f6e4e6;
}
/* CSS Variables */
:root {
--mauve-memento:#a66e94;
--play-time:#b398aa;
--lavender-blessing:#d4b5c5;
--cool-pink:#e6c7d1;
--marshmallow-rose:#f6e4e6;
}