Color names in this palette
CSS code for this palette
/* CSS */
.enchanting-ivy {
color: #305a57;
}
.lucky-shamrock {
color: #4a7d7c;
}
.folk-song {
color: #659f9f;
}
.sinbad {
color: #a5d4d2;
}
.icicle-mint {
color: #d0e7e5;
}
/* CSS Variables */
:root {
--enchanting-ivy:#305a57;
--lucky-shamrock:#4a7d7c;
--folk-song:#659f9f;
--sinbad:#a5d4d2;
--icicle-mint:#d0e7e5;
}