Color names in this palette
CSS code for this palette
/* CSS */
.talismanic-teal {
color: #1a9e99;
}
.bianchi-green {
color: #3fc6bd;
}
.jazzy-jade {
color: #5ee8ca;
}
.turquoise-pearl {
color: #83f1e3;
}
.ice-citadel {
color: #b4f8f1;
}
/* CSS Variables */
:root {
--talismanic-teal:#1a9e99;
--bianchi-green:#3fc6bd;
--jazzy-jade:#5ee8ca;
--turquoise-pearl:#83f1e3;
--ice-citadel:#b4f8f1;
}