Color names in this palette
CSS code for this palette
/* CSS */
.lake-thun {
color: #49b8e4;
}
.stratos-blue {
color: #399cc6;
}
.valley-of-glaciers {
color: #2f7c98;
}
.bold-bolection {
color: #1f607a;
}
.seafarer {
color: #1a4d6b;
}
/* CSS Variables */
:root {
--lake-thun:#49b8e4;
--stratos-blue:#399cc6;
--valley-of-glaciers:#2f7c98;
--bold-bolection:#1f607a;
--seafarer:#1a4d6b;
}