Color names in this palette
CSS code for this palette
/* CSS */
.river-fountain {
color: #1e8b8f;
}
.gem-turquoise {
color: #4fbfbe;
}
.limpet-shell {
color: #90e0d9;
}
.pale-king-s-blue {
color: #b1f6f0;
}
.anti-flash-white {
color: #f0f5f5;
}
/* CSS Variables */
:root {
--river-fountain:#1e8b8f;
--gem-turquoise:#4fbfbe;
--limpet-shell:#90e0d9;
--pale-king-s-blue:#b1f6f0;
--anti-flash-white:#f0f5f5;
}