Color names in this palette
CSS code for this palette
/* CSS */
.talismanic-teal {
color: #1a9e9e;
}
.lagoon-rock {
color: #3dc2c2;
}
.hammam-blue {
color: #61d6d4;
}
.aqua-fiesta {
color: #92e7e6;
}
.tinted-ice {
color: #d3f8f7;
}
/* CSS Variables */
:root {
--talismanic-teal:#1a9e9e;
--lagoon-rock:#3dc2c2;
--hammam-blue:#61d6d4;
--aqua-fiesta:#92e7e6;
--tinted-ice:#d3f8f7;
}