Color names in this palette
CSS code for this palette
/* CSS */
.highlighter-red {
color: #e3545b;
}
.goldsmith {
color: #f1b44b;
}
.cente-tl-yellow {
color: #f6e179;
}
.holiday {
color: #80c6b2;
}
.emerald-whispers {
color: #2b887b;
}
/* CSS Variables */
:root {
--highlighter-red:#e3545b;
--goldsmith:#f1b44b;
--cente-tl-yellow:#f6e179;
--holiday:#80c6b2;
--emerald-whispers:#2b887b;
}