Color names in this palette
CSS code for this palette
/* CSS */
.young-at-heart {
color: #d4a1a7;
}
.heart-s-content {
color: #e3b0bf;
}
.mountain-laurel {
color: #f4c8d6;
}
.poetic-princess {
color: #f9e1e3;
}
.valerie {
color: #fee7e8;
}
/* CSS Variables */
:root {
--young-at-heart:#d4a1a7;
--heart-s-content:#e3b0bf;
--mountain-laurel:#f4c8d6;
--poetic-princess:#f9e1e3;
--valerie:#fee7e8;
}