Color names in this palette
CSS code for this palette
/* CSS */
.child-of-light {
color: #f1f5f8;
}
.icelandic {
color: #dae2ec;
}
.baby-bunting {
color: #a9c9ea;
}
.xavier-blue {
color: #6bb7e1;
}
.clear-chill {
color: #1f8fff;
}
/* CSS Variables */
:root {
--child-of-light:#f1f5f8;
--icelandic:#dae2ec;
--baby-bunting:#a9c9ea;
--xavier-blue:#6bb7e1;
--clear-chill:#1f8fff;
}