Color names in this palette
CSS code for this palette
/* CSS */
.lake-green {
color: #2e8a56;
}
.garish-green {
color: #4fbf83;
}
.pharaoh-s-jade {
color: #83d8a5;
}
.lattice-work {
color: #b5e3c5;
}
.friendly-basilisk {
color: #e3f9e1;
}
/* CSS Variables */
:root {
--lake-green:#2e8a56;
--garish-green:#4fbf83;
--pharaoh-s-jade:#83d8a5;
--lattice-work:#b5e3c5;
--friendly-basilisk:#e3f9e1;
}