Color names in this palette
CSS code for this palette
/* CSS */
.child-of-light {
color: #f2f6f8;
}
.blue-shimmer {
color: #b1d7e2;
}
.frisky-blue {
color: #7bb1cc;
}
.boat-house {
color: #4a8bba;
}
.blues {
color: #2b6b9c;
}
/* CSS Variables */
:root {
--child-of-light:#f2f6f8;
--blue-shimmer:#b1d7e2;
--frisky-blue:#7bb1cc;
--boat-house:#4a8bba;
--blues:#2b6b9c;
}