Color names in this palette
CSS code for this palette
/* CSS */
.enchanting-ivy {
color: #305a57;
}
.azurite-water-green {
color: #4a7d73;
}
.artemesia-green {
color: #65a48d;
}
.spearmint-frosting {
color: #8ac1a9;
}
.bay {
color: #b2e6d4;
}
/* CSS Variables */
:root {
--enchanting-ivy:#305a57;
--azurite-water-green:#4a7d73;
--artemesia-green:#65a48d;
--spearmint-frosting:#8ac1a9;
--bay:#b2e6d4;
}