Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a7d7b8;
}
.overtone {
color: #a7e2b0;
}
.mint-frapp {
color: #d2eac8;
}
.precious-dewdrop {
color: #f2f8e2;
}
.casino-lights {
color: #f9f2b4;
}
/* CSS Variables */
:root {
--eerie-glow:#a7d7b8;
--overtone:#a7e2b0;
--mint-frapp:#d2eac8;
--precious-dewdrop:#f2f8e2;
--casino-lights:#f9f2b4;
}