Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f5b2a3;
}
.veiled-pink {
color: #f9e0d7;
}
.feather-green {
color: #a3d1b6;
}
.coastal-foam {
color: #b0e3c9;
}
.desaturated-cyan {
color: #699b99;
}
/* CSS Variables */
:root {
--first-date:#f5b2a3;
--veiled-pink:#f9e0d7;
--feather-green:#a3d1b6;
--coastal-foam:#b0e3c9;
--desaturated-cyan:#699b99;
}