Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a7d7b8;
}
.white-vienna {
color: #c3e0b2;
}
.sour {
color: #e6f2b5;
}
.spilt-milk {
color: #f3f9d2;
}
.natural-youth {
color: #d8e2b1;
}
/* CSS Variables */
:root {
--eerie-glow:#a7d7b8;
--white-vienna:#c3e0b2;
--sour:#e6f2b5;
--spilt-milk:#f3f9d2;
--natural-youth:#d8e2b1;
}