Color names in this palette
CSS code for this palette
/* CSS */
.talismanic-teal {
color: #1b9d99;
}
.bianchi-green {
color: #3dd1c8;
}
.poseidon-jr {
color: #60f0e7;
}
.glitter-shower {
color: #8fffff;
}
.celeste {
color: #b3ffff;
}
/* CSS Variables */
:root {
--talismanic-teal:#1b9d99;
--bianchi-green:#3dd1c8;
--poseidon-jr:#60f0e7;
--glitter-shower:#8fffff;
--celeste:#b3ffff;
}