Color names in this palette
CSS code for this palette
/* CSS */
.crazy-eyes {
color: #64b48f;
}
.enchanted-emerald {
color: #7ed3a0;
}
.overtone {
color: #a2e2b1;
}
.fennel-tea {
color: #d0f6df;
}
.touch-of-mint {
color: #f5fff6;
}
/* CSS Variables */
:root {
--crazy-eyes:#64b48f;
--enchanted-emerald:#7ed3a0;
--overtone:#a2e2b1;
--fennel-tea:#d0f6df;
--touch-of-mint:#f5fff6;
}