Color names in this palette
CSS code for this palette
/* CSS */
.green-day {
color: #bdeb8e;
}
.nature-s-delight {
color: #a2d392;
}
.appleton {
color: #6cb77c;
}
.glen {
color: #4baf6e;
}
.st-patrick {
color: #2e8a4b;
}
/* CSS Variables */
:root {
--green-day:#bdeb8e;
--nature-s-delight:#a2d392;
--appleton:#6cb77c;
--glen:#4baf6e;
--st-patrick:#2e8a4b;
}