Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a7d7b8;
}
.cruise {
color: #b4e4d6;
}
.shimmering-pool {
color: #d1f0e7;
}
.homeopathic-lime {
color: #e6f9e1;
}
.fairway-mist {
color: #c7e7b1;
}
/* CSS Variables */
:root {
--eerie-glow:#a7d7b8;
--cruise:#b4e4d6;
--shimmering-pool:#d1f0e7;
--homeopathic-lime:#e6f9e1;
--fairway-mist:#c7e7b1;
}