Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #aad4b8;
}
.precious-oxley {
color: #6f9b7b;
}
.blackberry-leaf-green {
color: #4f7d6e;
}
.enchanting-ivy {
color: #305a57;
}
.k-rainando-green {
color: #21393b;
}
/* CSS Variables */
:root {
--eerie-glow:#aad4b8;
--precious-oxley:#6f9b7b;
--blackberry-leaf-green:#4f7d6e;
--enchanting-ivy:#305a57;
--k-rainando-green:#21393b;
}