Color names in this palette
CSS code for this palette
/* CSS */
.pickled-bluewood {
color: #314459;
}
.stream {
color: #4a5f7d;
}
.lakeville {
color: #6b859e;
}
.after-the-rain {
color: #8bc4d0;
}
.fine-blue {
color: #b5e0e3;
}
/* CSS Variables */
:root {
--pickled-bluewood:#314459;
--stream:#4a5f7d;
--lakeville:#6b859e;
--after-the-rain:#8bc4d0;
--fine-blue:#b5e0e3;
}