Color names in this palette
CSS code for this palette
/* CSS */
.sunny-mood {
color: #f7c94b;
}
.mango-margarita {
color: #f9b44e;
}
.chat-orange {
color: #f59f3d;
}
.goku-orange {
color: #f5813d;
}
.tilted-pinball {
color: #f25926;
}
/* CSS Variables */
:root {
--sunny-mood:#f7c94b;
--mango-margarita:#f9b44e;
--chat-orange:#f59f3d;
--goku-orange:#f5813d;
--tilted-pinball:#f25926;
}