Color names in this palette
CSS code for this palette
/* CSS */
.candid-blue {
color: #6cc0e4;
}
.lake-tahoe-turquoise {
color: #3bb0b0;
}
.taos-turquoise {
color: #2d8b8b;
}
.peacock-plume {
color: #1f6f6f;
}
.lacustral {
color: #1b4b4b;
}
/* CSS Variables */
:root {
--candid-blue:#6cc0e4;
--lake-tahoe-turquoise:#3bb0b0;
--taos-turquoise:#2d8b8b;
--peacock-plume:#1f6f6f;
--lacustral:#1b4b4b;
}