Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.moldy-ochre {
color: #d6a100;
}
.bamboo-brown {
color: #c77e00;
}
.butter-fudge {
color: #a86b00;
}
.spear-shaft {
color: #8a5700;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--moldy-ochre:#d6a100;
--bamboo-brown:#c77e00;
--butter-fudge:#a86b00;
--spear-shaft:#8a5700;
}