Color names in this palette
CSS code for this palette
/* CSS */
.glitter-yellow {
color: #f9d75d;
}
.mango-margarita {
color: #f9b44e;
}
.peach-butter {
color: #fbab3c;
}
.chat-orange {
color: #f99f3e;
}
.sun-orange {
color: #f47b1f;
}
/* CSS Variables */
:root {
--glitter-yellow:#f9d75d;
--mango-margarita:#f9b44e;
--peach-butter:#fbab3c;
--chat-orange:#f99f3e;
--sun-orange:#f47b1f;
}