Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a9d6bb;
}
.young-bamboo {
color: #69bf88;
}
.illuminati-green {
color: #3a8d6c;
}
.old-money {
color: #2a5a4d;
}
.k-rainando-green {
color: #1d3e37;
}
/* CSS Variables */
:root {
--eerie-glow:#a9d6bb;
--young-bamboo:#69bf88;
--illuminati-green:#3a8d6c;
--old-money:#2a5a4d;
--k-rainando-green:#1d3e37;
}