Color names in this palette
CSS code for this palette
/* CSS */
.river-fountain {
color: #1f898e;
}
.blue-curacao {
color: #2cc4c9;
}
.neon-nazar {
color: #4ee4e2;
}
.permafrost {
color: #92f7f5;
}
.milk-foam {
color: #f6ffe5;
}
/* CSS Variables */
:root {
--river-fountain:#1f898e;
--blue-curacao:#2cc4c9;
--neon-nazar:#4ee4e2;
--permafrost:#92f7f5;
--milk-foam:#f6ffe5;
}