Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.empire-yellow {
color: #f5d400;
}
.demonic-yellow {
color: #fae900;
}
.green-gooseberry {
color: #afdf9f;
}
.macau {
color: #4abf9a;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--empire-yellow:#f5d400;
--demonic-yellow:#fae900;
--green-gooseberry:#afdf9f;
--macau:#4abf9a;
}