Color names in this palette
CSS code for this palette
/* CSS */
.heart-to-heart {
color: #d3a7c8;
}
.lily-legs {
color: #f1c6d6;
}
.stable-hay {
color: #f9e0be;
}
.glenwood-green {
color: #a7d3b8;
}
.franken-berry {
color: #e79998;
}
/* CSS Variables */
:root {
--heart-to-heart:#d3a7c8;
--lily-legs:#f1c6d6;
--stable-hay:#f9e0be;
--glenwood-green:#a7d3b8;
--franken-berry:#e79998;
}