Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.fat-gold {
color: #e6b400;
}
.moldy-ochre {
color: #d6a400;
}
.festering-brown {
color: #c78b00;
}
.indocile-tiger {
color: #b86e00;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--fat-gold:#e6b400;
--moldy-ochre:#d6a400;
--festering-brown:#c78b00;
--indocile-tiger:#b86e00;
}