Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a9d6bb;
}
.light-greenette {
color: #e2f2d4;
}
.icy-lemonade {
color: #f6e8b1;
}
.bellini {
color: #f4caae;
}
.pink-slip {
color: #d48c8d;
}
/* CSS Variables */
:root {
--eerie-glow:#a9d6bb;
--light-greenette:#e2f2d4;
--icy-lemonade:#f6e8b1;
--bellini:#f4caae;
--pink-slip:#d48c8d;
}