Color names in this palette
CSS code for this palette
/* CSS */
.lepton-gold {
color: #d19d00;
}
.bubonic-brown {
color: #c28800;
}
.butter-fudge {
color: #a86b00;
}
.rat-brown {
color: #8a5e00;
}
.bloodtracker-brown {
color: #703e00;
}
/* CSS Variables */
:root {
--lepton-gold:#d19d00;
--bubonic-brown:#c28800;
--butter-fudge:#a86b00;
--rat-brown:#8a5e00;
--bloodtracker-brown:#703e00;
}