Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a7d7b8;
}
.herbal-mist {
color: #d1e5d2;
}
.precious-dewdrop {
color: #f4f8e2;
}
.khaki-core {
color: #f9e5ae;
}
.brain-pink {
color: #f5b2b2;
}
/* CSS Variables */
:root {
--eerie-glow:#a7d7b8;
--herbal-mist:#d1e5d2;
--precious-dewdrop:#f4f8e2;
--khaki-core:#f9e5ae;
--brain-pink:#f5b2b2;
}