Color names in this palette
CSS code for this palette
/* CSS */
.kingfisher-turquoise {
color: #7db5b5;
}
.jugendstil-turquoise {
color: #5f9b9b;
}
.flounce {
color: #4a8c8c;
}
.blue-venus {
color: #3a7e7e;
}
.blue-hosta {
color: #2a6f6f;
}
/* CSS Variables */
:root {
--kingfisher-turquoise:#7db5b5;
--jugendstil-turquoise:#5f9b9b;
--flounce:#4a8c8c;
--blue-venus:#3a7e7e;
--blue-hosta:#2a6f6f;
}