Color names in this palette
CSS code for this palette
/* CSS */
.spring-grass {
color: #d9c87d;
}
.wood-green {
color: #a68c59;
}
.japanese-iris {
color: #7d5c3b;
}
.witch-s-cottage {
color: #4a3a26;
}
.green-waterloo {
color: #2c2a25;
}
/* CSS Variables */
:root {
--spring-grass:#d9c87d;
--wood-green:#a68c59;
--japanese-iris:#7d5c3b;
--witch-s-cottage:#4a3a26;
--green-waterloo:#2c2a25;
}