Color names in this palette
CSS code for this palette
/* CSS */
.pickled-bluewood {
color: #314459;
}
.wedgewood {
color: #4a6e87;
}
.lake-lucerne {
color: #699bba;
}
.blue-dam {
color: #a5c6d5;
}
.clear-vision {
color: #e4f0f6;
}
/* CSS Variables */
:root {
--pickled-bluewood:#314459;
--wedgewood:#4a6e87;
--lake-lucerne:#699bba;
--blue-dam:#a5c6d5;
--clear-vision:#e4f0f6;
}