Color names in this palette
CSS code for this palette
/* CSS */
.dry-moss {
color: #79995c;
}
.guinean-green {
color: #4f7f3d;
}
.greenhouse {
color: #3b6a2f;
}
.tropical-moss {
color: #d1c47a;
}
.birch-strain {
color: #e2b460;
}
/* CSS Variables */
:root {
--dry-moss:#79995c;
--guinean-green:#4f7f3d;
--greenhouse:#3b6a2f;
--tropical-moss:#d1c47a;
--birch-strain:#e2b460;
}