Color names in this palette
CSS code for this palette
/* CSS */
.river-fountain {
color: #1f8e8e;
}
.neon-nazar {
color: #4de0e0;
}
.bath-water {
color: #83e7e7;
}
.waterspout {
color: #a3f5f5;
}
.friendly-frost {
color: #c2ffff;
}
/* CSS Variables */
:root {
--river-fountain:#1f8e8e;
--neon-nazar:#4de0e0;
--bath-water:#83e7e7;
--waterspout:#a3f5f5;
--friendly-frost:#c2ffff;
}