Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f6a2b0;
}
.allspice {
color: #f4cca9;
}
.first-day-of-summer {
color: #f1e99d;
}
.patina-green {
color: #b8e6b3;
}
.water-nymph {
color: #85d2e0;
}
/* CSS Variables */
:root {
--pink-fit:#f6a2b0;
--allspice:#f4cca9;
--first-day-of-summer:#f1e99d;
--patina-green:#b8e6b3;
--water-nymph:#85d2e0;
}