Color names in this palette
CSS code for this palette
/* CSS */
.valley-of-glaciers {
color: #297b99;
}
.brig {
color: #4e9cbc;
}
.thredbo {
color: #70c2d7;
}
.charlotte {
color: #a4e1e5;
}
.distant-horizon {
color: #f1f8f7;
}
/* CSS Variables */
:root {
--valley-of-glaciers:#297b99;
--brig:#4e9cbc;
--thredbo:#70c2d7;
--charlotte:#a4e1e5;
--distant-horizon:#f1f8f7;
}