Color names in this palette
CSS code for this palette
/* CSS */
.talismanic-teal {
color: #1a9e9e;
}
.crystalsong-blue {
color: #4cb8b8;
}
.belize {
color: #80d1d1;
}
.bleached-aqua {
color: #bae3e3;
}
.coastal-breeze {
color: #def7f7;
}
/* CSS Variables */
:root {
--talismanic-teal:#1a9e9e;
--crystalsong-blue:#4cb8b8;
--belize:#80d1d1;
--bleached-aqua:#bae3e3;
--coastal-breeze:#def7f7;
}