Color names in this palette
CSS code for this palette
/* CSS */
.chat-orange {
color: #f99f3e;
}
.ginger-milk {
color: #f6a051;
}
.mango-margarita {
color: #f8b654;
}
.sunspark {
color: #fbcb6a;
}
.yellow-mask {
color: #f6d355;
}
/* CSS Variables */
:root {
--chat-orange:#f99f3e;
--ginger-milk:#f6a051;
--mango-margarita:#f8b654;
--sunspark:#fbcb6a;
--yellow-mask:#f6d355;
}