Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.oyster-bisque {
color: #f2e5b0;
}
.chat-orange {
color: #f79c40;
}
.vampire-red {
color: #d63f2e;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--solar-plexus-chakra:#f1c84b;
--oyster-bisque:#f2e5b0;
--chat-orange:#f79c40;
--vampire-red:#d63f2e;
}