Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a5d9b8;
}
.almond-cream {
color: #f4c19f;
}
.snow-white-blush {
color: #f9aeae;
}
.ibis {
color: #f5b2c2;
}
.rosecco {
color: #eab8e4;
}
/* CSS Variables */
:root {
--eerie-glow:#a5d9b8;
--almond-cream:#f4c19f;
--snow-white-blush:#f9aeae;
--ibis:#f5b2c2;
--rosecco:#eab8e4;
}