Color names in this palette
CSS code for this palette
/* CSS */
.overtone {
color: #a7e2b4;
}
.crystal-glass-green {
color: #b2e0c9;
}
.frozen-pea {
color: #c5e7d7;
}
.nettle-rash {
color: #e4f7e6;
}
.soft-mint {
color: #e7f9f1;
}
/* CSS Variables */
:root {
--overtone:#a7e2b4;
--crystal-glass-green:#b2e0c9;
--frozen-pea:#c5e7d7;
--nettle-rash:#e4f7e6;
--soft-mint:#e7f9f1;
}