Color names in this palette
CSS code for this palette
/* CSS */
.chill-of-the-night {
color: #1f6f8e;
}
.freshwater {
color: #4aa1b0;
}
.aqua-zing {
color: #7dd8d7;
}
.ice-crystal-blue {
color: #a5e3e0;
}
.everlasting-ice {
color: #f5faf9;
}
/* CSS Variables */
:root {
--chill-of-the-night:#1f6f8e;
--freshwater:#4aa1b0;
--aqua-zing:#7dd8d7;
--ice-crystal-blue:#a5e3e0;
--everlasting-ice:#f5faf9;
}