Color names in this palette
CSS code for this palette
/* CSS */
.plague-brown {
color: #e0b400;
}
.golden-beryl-yellow {
color: #dba400;
}
.festering-brown {
color: #c78f00;
}
.cassandra-s-curse {
color: #b87d00;
}
.butter-fudge {
color: #a86b00;
}
/* CSS Variables */
:root {
--plague-brown:#e0b400;
--golden-beryl-yellow:#dba400;
--festering-brown:#c78f00;
--cassandra-s-curse:#b87d00;
--butter-fudge:#a86b00;
}