Color names in this palette
CSS code for this palette
/* CSS */
.botanical {
color: #4a6f2a;
}
.antique-moss {
color: #7a993d;
}
.money-banks {
color: #a9b94b;
}
.energized {
color: #cfd55d;
}
.yellow-chalk {
color: #f3f7b1;
}
/* CSS Variables */
:root {
--botanical:#4a6f2a;
--antique-moss:#7a993d;
--money-banks:#a9b94b;
--energized:#cfd55d;
--yellow-chalk:#f3f7b1;
}