Color names in this palette
CSS code for this palette
/* CSS */
.talismanic-teal {
color: #1a9e9e;
}
.maximum-blue-green {
color: #2ac0c0;
}
.medium-turquoise {
color: #4ad3d3;
}
.deep-aquamarine {
color: #7fe1e1;
}
.ice-citadel {
color: #b6f7f7;
}
/* CSS Variables */
:root {
--talismanic-teal:#1a9e9e;
--maximum-blue-green:#2ac0c0;
--medium-turquoise:#4ad3d3;
--deep-aquamarine:#7fe1e1;
--ice-citadel:#b6f7f7;
}