Color names in this palette
CSS code for this palette
/* CSS */
.child-of-light {
color: #f1f5f8;
}
.pale-cornflower {
color: #cfd8e2;
}
.blue-dam {
color: #a1c3d4;
}
.cool-dusk {
color: #789dab;
}
.winter-storm {
color: #4c707b;
}
/* CSS Variables */
:root {
--child-of-light:#f1f5f8;
--pale-cornflower:#cfd8e2;
--blue-dam:#a1c3d4;
--cool-dusk:#789dab;
--winter-storm:#4c707b;
}