Color names in this palette
CSS code for this palette
/* CSS */
.blue-chill {
color: #3e8e8e;
}
.luna-moona {
color: #6ec4c4;
}
.ice-crystal-blue {
color: #a7e2e2;
}
.morning-calm {
color: #d0f0f0;
}
.white {
color: #ffffff;
}
/* CSS Variables */
:root {
--blue-chill:#3e8e8e;
--luna-moona:#6ec4c4;
--ice-crystal-blue:#a7e2e2;
--morning-calm:#d0f0f0;
--white:#ffffff;
}