Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a9d6bb;
}
.tidewater {
color: #c1e6da;
}
.frosty-mint {
color: #e1f9f0;
}
.laundry-white {
color: #f6f8f1;
}
.delicate-lace {
color: #f2e6d4;
}
/* CSS Variables */
:root {
--eerie-glow:#a9d6bb;
--tidewater:#c1e6da;
--frosty-mint:#e1f9f0;
--laundry-white:#f6f8f1;
--delicate-lace:#f2e6d4;
}