Color names in this palette
CSS code for this palette
/* CSS */
.bucolic {
color: #1d672d;
}
.paradise-of-greenery {
color: #3b8c4b;
}
.emerald-cory {
color: #5abf6e;
}
.grape-green {
color: #a3e0a4;
}
.light-carolina {
color: #d5f6d9;
}
/* CSS Variables */
:root {
--bucolic:#1d672d;
--paradise-of-greenery:#3b8c4b;
--emerald-cory:#5abf6e;
--grape-green:#a3e0a4;
--light-carolina:#d5f6d9;
}