Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a9d6bb;
}
.security {
color: #d3e2c5;
}
.weathered-mint {
color: #e5f4e1;
}
.precious-dewdrop {
color: #f5f8e2;
}
.herb-garden {
color: #e8f4e1;
}
/* CSS Variables */
:root {
--eerie-glow:#a9d6bb;
--security:#d3e2c5;
--weathered-mint:#e5f4e1;
--precious-dewdrop:#f5f8e2;
--herb-garden:#e8f4e1;
}