Color names in this palette
CSS code for this palette
/* CSS */
.cello {
color: #3c4e62;
}
.night-owl {
color: #5d7b89;
}
.aquitaine {
color: #88a7b4;
}
.liberty-grey {
color: #b1c1c8;
}
.baby-s-breath {
color: #d9e4e8;
}
/* CSS Variables */
:root {
--cello:#3c4e62;
--night-owl:#5d7b89;
--aquitaine:#88a7b4;
--liberty-grey:#b1c1c8;
--baby-s-breath:#d9e4e8;
}