Color names in this palette
CSS code for this palette
/* CSS */
.young-fern {
color: #6ebf7b;
}
.enchanted-emerald {
color: #83d89f;
}
.overtone {
color: #a2e2b1;
}
.light-carolina {
color: #d9f9d2;
}
.milk-foam {
color: #f6ffeb;
}
/* CSS Variables */
:root {
--young-fern:#6ebf7b;
--enchanted-emerald:#83d89f;
--overtone:#a2e2b1;
--light-carolina:#d9f9d2;
--milk-foam:#f6ffeb;
}