Color names in this palette
CSS code for this palette
/* CSS */
.turquoise-panic {
color: #30d5c7;
}
.glass-jar-blue {
color: #1fb2a6;
}
.river-fountain {
color: #1e8b8f;
}
.mosaic-tile {
color: #1c6d6d;
}
.lacustral {
color: #194d4d;
}
/* CSS Variables */
:root {
--turquoise-panic:#30d5c7;
--glass-jar-blue:#1fb2a6;
--river-fountain:#1e8b8f;
--mosaic-tile:#1c6d6d;
--lacustral:#194d4d;
}