Color names in this palette
CSS code for this palette
/* CSS */
.dark-mountain-meadow {
color: #19b385;
}
.techno-turquoise {
color: #5bbe8c;
}
.eerie-glow {
color: #a8d6b9;
}
.frosted-mint {
color: #e3f2e6;
}
.ivory-keys {
color: #f9f8e6;
}
/* CSS Variables */
:root {
--dark-mountain-meadow:#19b385;
--techno-turquoise:#5bbe8c;
--eerie-glow:#a8d6b9;
--frosted-mint:#e3f2e6;
--ivory-keys:#f9f8e6;
}