Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a7d7b8;
}
.meridian-star {
color: #7fc7b2;
}
.tropic-turquoise {
color: #6fb3a0;
}
.dusty-teal {
color: #4b8b8a;
}
.moonlit-forest {
color: #3b6d6d;
}
/* CSS Variables */
:root {
--eerie-glow:#a7d7b8;
--meridian-star:#7fc7b2;
--tropic-turquoise:#6fb3a0;
--dusty-teal:#4b8b8a;
--moonlit-forest:#3b6d6d;
}