Color names in this palette
CSS code for this palette
/* CSS */
.talismanic-teal {
color: #1d9f9f;
}
.montego-bay {
color: #3bbfbf;
}
.blue-radiance {
color: #5ed4d4;
}
.aqua-fiesta {
color: #94e5e5;
}
.tinted-ice {
color: #d2f9f9;
}
/* CSS Variables */
:root {
--talismanic-teal:#1d9f9f;
--montego-bay:#3bbfbf;
--blue-radiance:#5ed4d4;
--aqua-fiesta:#94e5e5;
--tinted-ice:#d2f9f9;
}