Color names in this palette
CSS code for this palette
/* CSS */
.enchanting-ivy {
color: #305a57;
}
.copper-mineral-green {
color: #3a7e77;
}
.jolt-of-jade {
color: #4abf9c;
}
.overtone {
color: #a7e2b0;
}
.chiffon {
color: #f4f6b6;
}
/* CSS Variables */
:root {
--enchanting-ivy:#305a57;
--copper-mineral-green:#3a7e77;
--jolt-of-jade:#4abf9c;
--overtone:#a7e2b0;
--chiffon:#f4f6b6;
}