Color names in this palette
CSS code for this palette
/* CSS */
.country-cottage {
color: #d7c1b7;
}
.bamboo-shoot {
color: #a2b79f;
}
.money {
color: #7c9d6c;
}
.lush-grass {
color: #4a8c4a;
}
.bright-nori {
color: #2a5a2a;
}
/* CSS Variables */
:root {
--country-cottage:#d7c1b7;
--bamboo-shoot:#a2b79f;
--money:#7c9d6c;
--lush-grass:#4a8c4a;
--bright-nori:#2a5a2a;
}