Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.fat-gold {
color: #e6b400;
}
.groovy-lemon-pie {
color: #d6c100;
}
.hidden-tribe {
color: #b89c00;
}
.bronze {
color: #a37d00;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--fat-gold:#e6b400;
--groovy-lemon-pie:#d6c100;
--hidden-tribe:#b89c00;
--bronze:#a37d00;
}