Color names in this palette
CSS code for this palette
/* CSS */
.lake-green {
color: #2e8a56;
}
.acid-sleazebag {
color: #4fba76;
}
.feather-green {
color: #a3d1b5;
}
.astronomer {
color: #e8f3ea;
}
.beru {
color: #c0e3d6;
}
/* CSS Variables */
:root {
--lake-green:#2e8a56;
--acid-sleazebag:#4fba76;
--feather-green:#a3d1b5;
--astronomer:#e8f3ea;
--beru:#c0e3d6;
}