Color names in this palette
CSS code for this palette
/* CSS */
.lake-thun {
color: #4cb7e1;
}
.rushing-stream {
color: #68bfd4;
}
.afternoon-sky {
color: #86d4e9;
}
.blizzard-blue {
color: #a1e9f2;
}
.icy-breeze {
color: #c1f0f6;
}
/* CSS Variables */
:root {
--lake-thun:#4cb7e1;
--rushing-stream:#68bfd4;
--afternoon-sky:#86d4e9;
--blizzard-blue:#a1e9f2;
--icy-breeze:#c1f0f6;
}