Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b2a1;
}
.peach-damask {
color: #f5c6a8;
}
.heirloom-lace {
color: #f6e6d5;
}
.eerie-glow {
color: #a7d7b8;
}
.bath-turquoise {
color: #5ebaa6;
}
/* CSS Variables */
:root {
--first-date:#f7b2a1;
--peach-damask:#f5c6a8;
--heirloom-lace:#f6e6d5;
--eerie-glow:#a7d7b8;
--bath-turquoise:#5ebaa6;
}