Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.curry {
color: #d7a033;
}
.yellow-acorn {
color: #b88f4c;
}
.candelabra {
color: #e1c160;
}
.salmon-eggs {
color: #f9d55d;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--curry:#d7a033;
--yellow-acorn:#b88f4c;
--candelabra:#e1c160;
--salmon-eggs:#f9d55d;
}