Color names in this palette
CSS code for this palette
/* CSS */
.river-fountain {
color: #1f898e;
}
.treasured-teal {
color: #50c3b8;
}
.sea-foam {
color: #89e1d4;
}
.butter-cream {
color: #f5b342;
}
.wiener-schnitzel {
color: #f09800;
}
/* CSS Variables */
:root {
--river-fountain:#1f898e;
--treasured-teal:#50c3b8;
--sea-foam:#89e1d4;
--butter-cream:#f5b342;
--wiener-schnitzel:#f09800;
}