Color names in this palette
CSS code for this palette
/* CSS */
.harpy-brown {
color: #4a3c2b;
}
.anthill {
color: #80694d;
}
.antique-gold {
color: #b5a45e;
}
.stalactite-brown {
color: #d3c5a7;
}
.fuzzy-sheep {
color: #f0e8d1;
}
/* CSS Variables */
:root {
--harpy-brown:#4a3c2b;
--anthill:#80694d;
--antique-gold:#b5a45e;
--stalactite-brown:#d3c5a7;
--fuzzy-sheep:#f0e8d1;
}