Color names in this palette
CSS code for this palette
/* CSS */
.ice-crystal-blue {
color: #a5e9e0;
}
.aqua-zing {
color: #7ad6d2;
}
.tropical-escape {
color: #4cb8b2;
}
.talismanic-teal {
color: #1a9c9e;
}
.buzzards-bay {
color: #007a7a;
}
/* CSS Variables */
:root {
--ice-crystal-blue:#a5e9e0;
--aqua-zing:#7ad6d2;
--tropical-escape:#4cb8b2;
--talismanic-teal:#1a9c9e;
--buzzards-bay:#007a7a;
}