Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.yellow-jacket {
color: #fbcb3c;
}
.banana-br-l-e {
color: #f8ecb9;
}
.trick-or-treat {
color: #e6b689;
}
.obstinate-orange {
color: #d55a2a;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--yellow-jacket:#fbcb3c;
--banana-br-l-e:#f8ecb9;
--trick-or-treat:#e6b689;
--obstinate-orange:#d55a2a;
}