Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a7d7b8;
}
.holiday {
color: #7ec4b7;
}
.sacred-turquoise {
color: #4ab0a4;
}
.river-fountain {
color: #1f8d93;
}
.blue-winged-teal {
color: #00807b;
}
/* CSS Variables */
:root {
--eerie-glow:#a7d7b8;
--holiday:#7ec4b7;
--sacred-turquoise:#4ab0a4;
--river-fountain:#1f8d93;
--blue-winged-teal:#00807b;
}