Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b1a1;
}
.nutter-butter {
color: #f6d3c6;
}
.sheer-peach {
color: #fef7e7;
}
.weathered-mint {
color: #e5f4e1;
}
.ode-to-green {
color: #b7e6d6;
}
/* CSS Variables */
:root {
--first-date:#f7b1a1;
--nutter-butter:#f6d3c6;
--sheer-peach:#fef7e7;
--weathered-mint:#e5f4e1;
--ode-to-green:#b7e6d6;
}