Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a7d7b8;
}
.milky-way {
color: #e4f6f6;
}
.ibis {
color: #f6b6c1;
}
.marquisette {
color: #f2d59c;
}
.grape-illusion {
color: #b4a3d7;
}
/* CSS Variables */
:root {
--eerie-glow:#a7d7b8;
--milky-way:#e4f6f6;
--ibis:#f6b6c1;
--marquisette:#f2d59c;
--grape-illusion:#b4a3d7;
}