Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.chat-orange {
color: #f69c3c;
}
.jambalaya {
color: #f6b36f;
}
.tequila {
color: #f5d0a3;
}
.eggwhite {
color: #f4e6d2;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--chat-orange:#f69c3c;
--jambalaya:#f6b36f;
--tequila:#f5d0a3;
--eggwhite:#f4e6d2;
}