Color names in this palette
CSS code for this palette
/* CSS */
.river-fountain {
color: #1f8a8e;
}
.hygiene-green {
color: #5abfb6;
}
.pale-seafoam {
color: #c3e7e9;
}
.avid-apricot {
color: #f3c5a0;
}
.cumquat-cream {
color: #f09d7f;
}
/* CSS Variables */
:root {
--river-fountain:#1f8a8e;
--hygiene-green:#5abfb6;
--pale-seafoam:#c3e7e9;
--avid-apricot:#f3c5a0;
--cumquat-cream:#f09d7f;
}