Color names in this palette
CSS code for this palette
/* CSS */
.master-chief {
color: #4b7d2b;
}
.happy-cricket {
color: #6ca76f;
}
.patrice {
color: #8cd4a1;
}
.folk-tale {
color: #b0e3c1;
}
.fresh-dew {
color: #f0f8e2;
}
/* CSS Variables */
:root {
--master-chief:#4b7d2b;
--happy-cricket:#6ca76f;
--patrice:#8cd4a1;
--folk-tale:#b0e3c1;
--fresh-dew:#f0f8e2;
}