Color names in this palette
CSS code for this palette
/* CSS */
.meadow-mauve {
color: #a9608d;
}
.purple-cheeks {
color: #b67c9e;
}
.heart-to-heart {
color: #d5a5c6;
}
.sweetheart {
color: #f4c3d6;
}
.wishy-washy-lilies {
color: #f6dfe8;
}
/* CSS Variables */
:root {
--meadow-mauve:#a9608d;
--purple-cheeks:#b67c9e;
--heart-to-heart:#d5a5c6;
--sweetheart:#f4c3d6;
--wishy-washy-lilies:#f6dfe8;
}