Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a7d7b8;
}
.aqua-bay {
color: #b8e0c9;
}
.light-enchanted {
color: #d4ecda;
}
.precious-dewdrop {
color: #f4f8e2;
}
.light-green-glint {
color: #e3f6d5;
}
/* CSS Variables */
:root {
--eerie-glow:#a7d7b8;
--aqua-bay:#b8e0c9;
--light-enchanted:#d4ecda;
--precious-dewdrop:#f4f8e2;
--light-green-glint:#e3f6d5;
}