Color names in this palette
CSS code for this palette
/* CSS */
.pastel-lavender {
color: #d4a1c2;
}
.fallen-blossoms {
color: #f0b2c5;
}
.harvest-wreath {
color: #f8d5c4;
}
.cr-me-de-la-cr-me {
color: #f4e6b3;
}
.sacred-turquoise {
color: #4fb5a1;
}
/* CSS Variables */
:root {
--pastel-lavender:#d4a1c2;
--fallen-blossoms:#f0b2c5;
--harvest-wreath:#f8d5c4;
--cr-me-de-la-cr-me:#f4e6b3;
--sacred-turquoise:#4fb5a1;
}