Color names in this palette
CSS code for this palette
/* CSS */
.enchanting-ivy {
color: #305a57;
}
.copper-mineral-green {
color: #3b7d71;
}
.o-grady-green {
color: #5cad8a;
}
.frugal {
color: #a4d6b1;
}
.bubble {
color: #e9f6e9;
}
/* CSS Variables */
:root {
--enchanting-ivy:#305a57;
--copper-mineral-green:#3b7d71;
--o-grady-green:#5cad8a;
--frugal:#a4d6b1;
--bubble:#e9f6e9;
}