Color names in this palette
CSS code for this palette
/* CSS */
.genoa-lemon {
color: #fde912;
}
.glitter-yellow {
color: #f9d75d;
}
.crunch {
color: #f4b75d;
}
.chat-orange {
color: #f49c3e;
}
.sun-orange {
color: #f47b1f;
}
/* CSS Variables */
:root {
--genoa-lemon:#fde912;
--glitter-yellow:#f9d75d;
--crunch:#f4b75d;
--chat-orange:#f49c3e;
--sun-orange:#f47b1f;
}