Color names in this palette
CSS code for this palette
/* CSS */
.blue-pearl {
color: #c5d7e2;
}
.sterling-blue {
color: #a1b9c4;
}
.lake-winnipeg {
color: #7da2b0;
}
.coelin-blue {
color: #4b7b91;
}
.night-shift {
color: #2a5d65;
}
/* CSS Variables */
:root {
--blue-pearl:#c5d7e2;
--sterling-blue:#a1b9c4;
--lake-winnipeg:#7da2b0;
--coelin-blue:#4b7b91;
--night-shift:#2a5d65;
}