Color names in this palette
CSS code for this palette
/* CSS */
.enchanting-ivy {
color: #305a57;
}
.blue-venus {
color: #3a7d7e;
}
.green-crush {
color: #5eb09c;
}
.cay {
color: #a5d1d5;
}
.ginger-cream {
color: #efe1d7;
}
/* CSS Variables */
:root {
--enchanting-ivy:#305a57;
--blue-venus:#3a7d7e;
--green-crush:#5eb09c;
--cay:#a5d1d5;
--ginger-cream:#efe1d7;
}