Color names in this palette
CSS code for this palette
/* CSS */
.enchanting-ivy {
color: #305a57;
}
.breaker-bay {
color: #507c74;
}
.aurora-teal {
color: #6db0af;
}
.aqua-island {
color: #a3dbd8;
}
.let-it-snow {
color: #d8f3f2;
}
/* CSS Variables */
:root {
--enchanting-ivy:#305a57;
--breaker-bay:#507c74;
--aurora-teal:#6db0af;
--aqua-island:#a3dbd8;
--let-it-snow:#d8f3f2;
}