Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a7d7b8;
}
.green-balloon {
color: #7bc6a8;
}
.artesian-well {
color: #5eb0a6;
}
.royal-palm {
color: #3d8a8a;
}
.verdant-forest {
color: #2b5e5d;
}
/* CSS Variables */
:root {
--eerie-glow:#a7d7b8;
--green-balloon:#7bc6a8;
--artesian-well:#5eb0a6;
--royal-palm:#3d8a8a;
--verdant-forest:#2b5e5d;
}