Color names in this palette
CSS code for this palette
/* CSS */
.overtone {
color: #a8e6b7;
}
.green-myth {
color: #c4e1c1;
}
.peppermint {
color: #d9e7d0;
}
.dinner-mint {
color: #e9f2e3;
}
.whitest-white {
color: #f5faf5;
}
/* CSS Variables */
:root {
--overtone:#a8e6b7;
--green-myth:#c4e1c1;
--peppermint:#d9e7d0;
--dinner-mint:#e9f2e3;
--whitest-white:#f5faf5;
}