Color names in this palette
CSS code for this palette
/* CSS */
.popcorn {
color: #f5d07a;
}
.welcoming-wasp {
color: #f0a800;
}
.hotter-butter {
color: #e68a00;
}
.accent-orange {
color: #e66b00;
}
.exuberance {
color: #d65900;
}
/* CSS Variables */
:root {
--popcorn:#f5d07a;
--welcoming-wasp:#f0a800;
--hotter-butter:#e68a00;
--accent-orange:#e66b00;
--exuberance:#d65900;
}