Color names in this palette
CSS code for this palette
/* CSS */
.charybdis {
color: #1aa0d5;
}
.lake-thun {
color: #3ec2e0;
}
.neon-nazar {
color: #4ce0e6;
}
.ice-citadel {
color: #b6f1f7;
}
.milky-way {
color: #e8f4f8;
}
/* CSS Variables */
:root {
--charybdis:#1aa0d5;
--lake-thun:#3ec2e0;
--neon-nazar:#4ce0e6;
--ice-citadel:#b6f1f7;
--milky-way:#e8f4f8;
}