Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a9d6bb;
}
.arboretum {
color: #6fb8a0;
}
.wintergreen-shadow {
color: #4ba07f;
}
.liquid-green-stuff {
color: #39795b;
}
.old-money {
color: #2a5a4d;
}
/* CSS Variables */
:root {
--eerie-glow:#a9d6bb;
--arboretum:#6fb8a0;
--wintergreen-shadow:#4ba07f;
--liquid-green-stuff:#39795b;
--old-money:#2a5a4d;
}