Color names in this palette
CSS code for this palette
/* CSS */
.fat-gold {
color: #e6b400;
}
.moldy-ochre {
color: #d6a100;
}
.cassandra-s-curse {
color: #b87d00;
}
.spear-shaft {
color: #8a5a00;
}
.notorious-neanderthal {
color: #6b4900;
}
/* CSS Variables */
:root {
--fat-gold:#e6b400;
--moldy-ochre:#d6a100;
--cassandra-s-curse:#b87d00;
--spear-shaft:#8a5a00;
--notorious-neanderthal:#6b4900;
}