Color names in this palette
CSS code for this palette
/* CSS */
.lake-baikal {
color: #1a4c7f;
}
.valley-of-glaciers {
color: #2a7b98;
}
.river-blue {
color: #3bb4c9;
}
.turquoise-sea {
color: #66d2e5;
}
.winter-escape {
color: #b5e7f2;
}
/* CSS Variables */
:root {
--lake-baikal:#1a4c7f;
--valley-of-glaciers:#2a7b98;
--river-blue:#3bb4c9;
--turquoise-sea:#66d2e5;
--winter-escape:#b5e7f2;
}