Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.american-yellow {
color: #ebb400;
}
.lepton-gold {
color: #d19d00;
}
.butter-fudge {
color: #a86b00;
}
.plain-old-brown {
color: #8a4c00;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--american-yellow:#ebb400;
--lepton-gold:#d19d00;
--butter-fudge:#a86b00;
--plain-old-brown:#8a4c00;
}