Color names in this palette
CSS code for this palette
/* CSS */
.master-chief {
color: #4b7d2b;
}
.hillside-grove {
color: #7bc068;
}
.green-trance {
color: #a2d8a2;
}
.little-sprout {
color: #daead7;
}
.whitest-white {
color: #f5faf5;
}
/* CSS Variables */
:root {
--master-chief:#4b7d2b;
--hillside-grove:#7bc068;
--green-trance:#a2d8a2;
--little-sprout:#daead7;
--whitest-white:#f5faf5;
}