Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a7d7b8;
}
.snow-pea {
color: #6ccb79;
}
.greenbrier {
color: #4b9b6b;
}
.amazon {
color: #397957;
}
.billiard-green {
color: #2f5b47;
}
/* CSS Variables */
:root {
--eerie-glow:#a7d7b8;
--snow-pea:#6ccb79;
--greenbrier:#4b9b6b;
--amazon:#397957;
--billiard-green:#2f5b47;
}