Color names in this palette
CSS code for this palette
/* CSS */
.talismanic-teal {
color: #1a9e9c;
}
.gem-turquoise {
color: #4fc0c4;
}
.island-sea {
color: #80d6d1;
}
.cheater {
color: #f2b05a;
}
.breeze-of-chilli {
color: #f76e6e;
}
/* CSS Variables */
:root {
--talismanic-teal:#1a9e9c;
--gem-turquoise:#4fc0c4;
--island-sea:#80d6d1;
--cheater:#f2b05a;
--breeze-of-chilli:#f76e6e;
}