Color names in this palette
CSS code for this palette
/* CSS */
.money {
color: #799a6a;
}
.willow-bough {
color: #5b784f;
}
.stinging-nettle {
color: #4a5b39;
}
.stalactite-brown {
color: #d3c3a6;
}
.wagon-wheel {
color: #c1b79f;
}
/* CSS Variables */
:root {
--money:#799a6a;
--willow-bough:#5b784f;
--stinging-nettle:#4a5b39;
--stalactite-brown:#d3c3a6;
--wagon-wheel:#c1b79f;
}