Color names in this palette
CSS code for this palette
/* CSS */
.meristem {
color: #a8e1d1;
}
.jolt-of-jade {
color: #4abf9c;
}
.exquisite-emerald {
color: #2e8a63;
}
.chlorophyll-cream {
color: #b6d8c5;
}
.chef-s-hat {
color: #f3f6f5;
}
/* CSS Variables */
:root {
--meristem:#a8e1d1;
--jolt-of-jade:#4abf9c;
--exquisite-emerald:#2e8a63;
--chlorophyll-cream:#b6d8c5;
--chef-s-hat:#f3f6f5;
}