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