Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.mustard-yellow {
color: #e0b000;
}
.leopard {
color: #d19900;
}
.golden-brown {
color: #b37700;
}
.rat-brown {
color: #8f5d00;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--mustard-yellow:#e0b000;
--leopard:#d19900;
--golden-brown:#b37700;
--rat-brown:#8f5d00;
}