Color names in this palette
CSS code for this palette
/* CSS */
.irish-folklore {
color: #d3e3c0;
}
.eerie-glow {
color: #a6d8b9;
}
.spearmint-burst {
color: #5dbb86;
}
.lake-green {
color: #2d8b5c;
}
.jade-mussel-green {
color: #1e6b45;
}
/* CSS Variables */
:root {
--irish-folklore:#d3e3c0;
--eerie-glow:#a6d8b9;
--spearmint-burst:#5dbb86;
--lake-green:#2d8b5c;
--jade-mussel-green:#1e6b45;
}