Color names in this palette
CSS code for this palette
/* CSS */
.blue-chill {
color: #3e8e8e;
}
.gem-turquoise {
color: #4ec1c1;
}
.throat-chakra {
color: #65d2d2;
}
.aqua-fiesta {
color: #90e4e4;
}
.ice-citadel {
color: #b6f7f7;
}
/* CSS Variables */
:root {
--blue-chill:#3e8e8e;
--gem-turquoise:#4ec1c1;
--throat-chakra:#65d2d2;
--aqua-fiesta:#90e4e4;
--ice-citadel:#b6f7f7;
}