Color names in this palette
CSS code for this palette
/* CSS */
.talismanic-teal {
color: #1b9d9b;
}
.gem-turquoise {
color: #4cc2c8;
}
.aqua-zing {
color: #7ad6d5;
}
.mint-macaron {
color: #adf0e8;
}
.mint-cream {
color: #f5fff9;
}
/* CSS Variables */
:root {
--talismanic-teal:#1b9d9b;
--gem-turquoise:#4cc2c8;
--aqua-zing:#7ad6d5;
--mint-macaron:#adf0e8;
--mint-cream:#f5fff9;
}