Color names in this palette
CSS code for this palette
/* CSS */
.river-fountain {
color: #1f898e;
}
.fresh-soft-blue {
color: #6bb5b8;
}
.whirlpool {
color: #a1d9ce;
}
.frosty-mint {
color: #e0f4f5;
}
.first-peach {
color: #f5c7c7;
}
/* CSS Variables */
:root {
--river-fountain:#1f898e;
--fresh-soft-blue:#6bb5b8;
--whirlpool:#a1d9ce;
--frosty-mint:#e0f4f5;
--first-peach:#f5c7c7;
}