Color names in this palette
CSS code for this palette
/* CSS */
.artesian-well {
color: #5fb4ad;
}
.hole-in-one {
color: #4da89c;
}
.blue-chill {
color: #3b8c8b;
}
.kandinsky-turquoise {
color: #2c8180;
}
.marine-wonder {
color: #1e7171;
}
/* CSS Variables */
:root {
--artesian-well:#5fb4ad;
--hole-in-one:#4da89c;
--blue-chill:#3b8c8b;
--kandinsky-turquoise:#2c8180;
--marine-wonder:#1e7171;
}