Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.zhohltyi-yellow {
color: #e6c700;
}
.groovy-lemon-pie {
color: #d6b600;
}
.hidden-tribe {
color: #bd9d00;
}
.bark-sawdust {
color: #a88f00;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--zhohltyi-yellow:#e6c700;
--groovy-lemon-pie:#d6b600;
--hidden-tribe:#bd9d00;
--bark-sawdust:#a88f00;
}