Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a7d7b8;
}
.spearmints {
color: #b9e4c9;
}
.homeopathic-lime {
color: #e9f6e4;
}
.lemon-chiffon-pie {
color: #fff9c7;
}
.enjoyable-yellow {
color: #f6d6a7;
}
/* CSS Variables */
:root {
--eerie-glow:#a7d7b8;
--spearmints:#b9e4c9;
--homeopathic-lime:#e9f6e4;
--lemon-chiffon-pie:#fff9c7;
--enjoyable-yellow:#f6d6a7;
}