Color names in this palette
CSS code for this palette
/* CSS */
.capri-water-blue {
color: #a9e0d4;
}
.cyantific {
color: #78c9c5;
}
.blue-turquoise {
color: #4fb0ae;
}
.taos-turquoise {
color: #2a8d88;
}
.marine-wonder {
color: #1a7574;
}
/* CSS Variables */
:root {
--capri-water-blue:#a9e0d4;
--cyantific:#78c9c5;
--blue-turquoise:#4fb0ae;
--taos-turquoise:#2a8d88;
--marine-wonder:#1a7574;
}