Color names in this palette
CSS code for this palette
/* CSS */
.pyrite {
color: #f4c543;
}
.chat-orange {
color: #f69f3c;
}
.sun-orange {
color: #f47b1f;
}
.mandarin-red {
color: #e75440;
}
.chin-chin-cherry {
color: #d82c5a;
}
/* CSS Variables */
:root {
--pyrite:#f4c543;
--chat-orange:#f69f3c;
--sun-orange:#f47b1f;
--mandarin-red:#e75440;
--chin-chin-cherry:#d82c5a;
}