Color names in this palette
CSS code for this palette
/* CSS */
.talismanic-teal {
color: #1a9c9e;
}
.sunshine-mellow {
color: #f1c40e;
}
.orange-gluttony {
color: #e77e23;
}
.tenn {
color: #d15400;
}
.valiant-poppy {
color: #bf3a2b;
}
/* CSS Variables */
:root {
--talismanic-teal:#1a9c9e;
--sunshine-mellow:#f1c40e;
--orange-gluttony:#e77e23;
--tenn:#d15400;
--valiant-poppy:#bf3a2b;
}