Color names in this palette
CSS code for this palette
/* CSS */
.egg-toast {
color: #f6c80e;
}
.welcoming-wasp {
color: #f0a800;
}
.hot-butter {
color: #e6a100;
}
.bubonic-brown {
color: #c78800;
}
.vermin-brown {
color: #8f6b00;
}
/* CSS Variables */
:root {
--egg-toast:#f6c80e;
--welcoming-wasp:#f0a800;
--hot-butter:#e6a100;
--bubonic-brown:#c78800;
--vermin-brown:#8f6b00;
}