Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a7d7b8;
}
.mother-nature {
color: #bde0c4;
}
.hint-of-mint {
color: #e1f0d6;
}
.laundry-white {
color: #f6f9f0;
}
.peach-puff {
color: #ffd9b8;
}
/* CSS Variables */
:root {
--eerie-glow:#a7d7b8;
--mother-nature:#bde0c4;
--hint-of-mint:#e1f0d6;
--laundry-white:#f6f9f0;
--peach-puff:#ffd9b8;
}