Color names in this palette
CSS code for this palette
/* CSS */
.talismanic-teal {
color: #1a9e9e;
}
.island-aqua {
color: #2ac0b4;
}
.peppy-peacock {
color: #50d3b7;
}
.star-grass {
color: #78e2c8;
}
.icery {
color: #a5f8e5;
}
/* CSS Variables */
:root {
--talismanic-teal:#1a9e9e;
--island-aqua:#2ac0b4;
--peppy-peacock:#50d3b7;
--star-grass:#78e2c8;
--icery:#a5f8e5;
}