Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a9d6bb;
}
.cascade-green {
color: #a4c6b8;
}
.holly-glen {
color: #a3b8b3;
}
.copper-roof-green {
color: #6f9b8f;
}
.fir-blue {
color: #4b817a;
}
/* CSS Variables */
:root {
--eerie-glow:#a9d6bb;
--cascade-green:#a4c6b8;
--holly-glen:#a3b8b3;
--copper-roof-green:#6f9b8f;
--fir-blue:#4b817a;
}