Color names in this palette
CSS code for this palette
/* CSS */
.banana-bandanna {
color: #f6f33c;
}
.welcoming-wasp {
color: #f0a800;
}
.hotter-butter {
color: #e68a00;
}
.exuberance {
color: #d65900;
}
.beef-bourguignon {
color: #b34400;
}
/* CSS Variables */
:root {
--banana-bandanna:#f6f33c;
--welcoming-wasp:#f0a800;
--hotter-butter:#e68a00;
--exuberance:#d65900;
--beef-bourguignon:#b34400;
}