Color names in this palette
CSS code for this palette
/* CSS */
.river-fountain {
color: #1f8a8e;
}
.gem-turquoise {
color: #4dc1c7;
}
.soft-turquoise {
color: #77d4d1;
}
.ice-crystal-blue {
color: #a4e5e2;
}
.distant-horizon {
color: #f1f9f9;
}
/* CSS Variables */
:root {
--river-fountain:#1f8a8e;
--gem-turquoise:#4dc1c7;
--soft-turquoise:#77d4d1;
--ice-crystal-blue:#a4e5e2;
--distant-horizon:#f1f9f9;
}