Color names in this palette
CSS code for this palette
/* CSS */
.gully-green {
color: #4c703e;
}
.frankenstein {
color: #7b9f5b;
}
.witty-green {
color: #b7d99b;
}
.dingy-sticky-note {
color: #e7f5a8;
}
.menoth-white-base {
color: #f1e8b7;
}
/* CSS Variables */
:root {
--gully-green:#4c703e;
--frankenstein:#7b9f5b;
--witty-green:#b7d99b;
--dingy-sticky-note:#e7f5a8;
--menoth-white-base:#f1e8b7;
}