Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a7d7b8;
}
.lattice-work {
color: #bbe2c3;
}
.mint-grasshopper {
color: #e3f0e0;
}
.gnocchi-beige {
color: #ffecb8;
}
.mexican-milk {
color: #ffb9b3;
}
/* CSS Variables */
:root {
--eerie-glow:#a7d7b8;
--lattice-work:#bbe2c3;
--mint-grasshopper:#e3f0e0;
--gnocchi-beige:#ffecb8;
--mexican-milk:#ffb9b3;
}