Color names in this palette
CSS code for this palette
/* CSS */
.enchanting-ivy {
color: #305a57;
}
.breaker-bay {
color: #4f7873;
}
.kingfisher-turquoise {
color: #7fb8b6;
}
.sparkling-mint {
color: #a3e0d3;
}
.bone-chilling {
color: #e2f3f0;
}
/* CSS Variables */
:root {
--enchanting-ivy:#305a57;
--breaker-bay:#4f7873;
--kingfisher-turquoise:#7fb8b6;
--sparkling-mint:#a3e0d3;
--bone-chilling:#e2f3f0;
}