Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a7d7b8;
}
.icy-lemonade {
color: #f1e8b1;
}
.peach-damask {
color: #f6c8a7;
}
.chantilly {
color: #eab8c9;
}
.petal-plush {
color: #d5a7f1;
}
/* CSS Variables */
:root {
--eerie-glow:#a7d7b8;
--icy-lemonade:#f1e8b1;
--peach-damask:#f6c8a7;
--chantilly:#eab8c9;
--petal-plush:#d5a7f1;
}