Color names in this palette
CSS code for this palette
/* CSS */
.river-fountain {
color: #1f8e8e;
}
.crystalsong-blue {
color: #4eb7b7;
}
.soft-turquoise {
color: #75d1d1;
}
.everest {
color: #9fe0e0;
}
.icy-breeze {
color: #c3f3f3;
}
/* CSS Variables */
:root {
--river-fountain:#1f8e8e;
--crystalsong-blue:#4eb7b7;
--soft-turquoise:#75d1d1;
--everest:#9fe0e0;
--icy-breeze:#c3f3f3;
}