Color names in this palette
CSS code for this palette
/* CSS */
.talismanic-teal {
color: #1a9e9e;
}
.ivy {
color: #2a7972;
}
.eyelash-viper {
color: #f0c54c;
}
.saffron-gold {
color: #f58b00;
}
.hot-embers {
color: #f55529;
}
/* CSS Variables */
:root {
--talismanic-teal:#1a9e9e;
--ivy:#2a7972;
--eyelash-viper:#f0c54c;
--saffron-gold:#f58b00;
--hot-embers:#f55529;
}