Color names in this palette
CSS code for this palette
/* CSS */
.glass-jar-blue {
color: #1db4a5;
}
.fresh-turquoise {
color: #3ce2d7;
}
.poseidon-jr {
color: #6ee7f2;
}
.waterspout {
color: #a8f1f5;
}
.coastal-breeze {
color: #e1f7f9;
}
/* CSS Variables */
:root {
--glass-jar-blue:#1db4a5;
--fresh-turquoise:#3ce2d7;
--poseidon-jr:#6ee7f2;
--waterspout:#a8f1f5;
--coastal-breeze:#e1f7f9;
}