Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b2a1;
}
.peach-patch {
color: #f3d6a0;
}
.lime-cream {
color: #d1e1a8;
}
.legacy-blue {
color: #9fc7e0;
}
.menthol-kiss {
color: #9fe0d6;
}
/* CSS Variables */
:root {
--first-date:#f7b2a1;
--peach-patch:#f3d6a0;
--lime-cream:#d1e1a8;
--legacy-blue:#9fc7e0;
--menthol-kiss:#9fe0d6;
}