Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b2a1;
}
.peach-patch {
color: #f7d5a1;
}
.butter-muffin {
color: #f7deb1;
}
.frugal {
color: #a4dab5;
}
.terrace-pool {
color: #9fd7e0;
}
/* CSS Variables */
:root {
--first-date:#f7b2a1;
--peach-patch:#f7d5a1;
--butter-muffin:#f7deb1;
--frugal:#a4dab5;
--terrace-pool:#9fd7e0;
}