Color names in this palette
CSS code for this palette
/* CSS */
.river-fountain {
color: #1f8a8e;
}
.may-day {
color: #4dc7c7;
}
.spindrift {
color: #6ff6df;
}
.iced-celery {
color: #e1e8b5;
}
.taffy-pink {
color: #f8a5c8;
}
/* CSS Variables */
:root {
--river-fountain:#1f8a8e;
--may-day:#4dc7c7;
--spindrift:#6ff6df;
--iced-celery:#e1e8b5;
--taffy-pink:#f8a5c8;
}