Color names in this palette
CSS code for this palette
/* CSS */
.overtone {
color: #a6e3b4;
}
.slime-lime {
color: #b4eec2;
}
.freshmint {
color: #d6f5e7;
}
.touch-of-mint {
color: #f5fff5;
}
.light-spring-burst {
color: #d7e9d3;
}
/* CSS Variables */
:root {
--overtone:#a6e3b4;
--slime-lime:#b4eec2;
--freshmint:#d6f5e7;
--touch-of-mint:#f5fff5;
--light-spring-burst:#d7e9d3;
}