Color names in this palette
CSS code for this palette
/* CSS */
.child-of-light {
color: #f1f5f8;
}
.sweet-illusion {
color: #e0e8eb;
}
.scandinavian-sky {
color: #c1d3d7;
}
.floating-blue {
color: #b1c8cd;
}
.clear-vista {
color: #a6bec5;
}
/* CSS Variables */
:root {
--child-of-light:#f1f5f8;
--sweet-illusion:#e0e8eb;
--scandinavian-sky:#c1d3d7;
--floating-blue:#b1c8cd;
--clear-vista:#a6bec5;
}