Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.festering-brown {
color: #d18b00;
}
.philippine-gold {
color: #b37400;
}
.spear-shaft {
color: #8a5a00;
}
.notorious-neanderthal {
color: #6b4b00;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--festering-brown:#d18b00;
--philippine-gold:#b37400;
--spear-shaft:#8a5a00;
--notorious-neanderthal:#6b4b00;
}