Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b2a1;
}
.everblooming {
color: #f2cab5;
}
.wine-frost {
color: #e6d6e1;
}
.terrace-pool {
color: #a3d6e0;
}
.gold-sand {
color: #f9e5a9;
}
/* CSS Variables */
:root {
--first-date:#f7b2a1;
--everblooming:#f2cab5;
--wine-frost:#e6d6e1;
--terrace-pool:#a3d6e0;
--gold-sand:#f9e5a9;
}