Color names in this palette
CSS code for this palette
/* CSS */
.parsley-sprig {
color: #3c6d4c;
}
.hippie-green {
color: #5e8b5b;
}
.grand-valley {
color: #8ebf7d;
}
.basil-smash {
color: #b6e0a3;
}
.bean-sprout {
color: #f2f9e6;
}
/* CSS Variables */
:root {
--parsley-sprig:#3c6d4c;
--hippie-green:#5e8b5b;
--grand-valley:#8ebf7d;
--basil-smash:#b6e0a3;
--bean-sprout:#f2f9e6;
}