Color names in this palette
CSS code for this palette
/* CSS */
.sundown {
color: #f5c99e;
}
.welcoming-wasp {
color: #f0a800;
}
.burnt-yellow {
color: #d3ab0d;
}
.golden-brown {
color: #b68002;
}
.rat-brown {
color: #8f5d00;
}
/* CSS Variables */
:root {
--sundown:#f5c99e;
--welcoming-wasp:#f0a800;
--burnt-yellow:#d3ab0d;
--golden-brown:#b68002;
--rat-brown:#8f5d00;
}