Color names in this palette
CSS code for this palette
/* CSS */
.child-of-light {
color: #f1f5f8;
}
.space-wolves-grey {
color: #dbe5f0;
}
.template {
color: #a4c4e5;
}
.cerulean-frost {
color: #6f9cc8;
}
.beijing-blue {
color: #3b7eab;
}
/* CSS Variables */
:root {
--child-of-light:#f1f5f8;
--space-wolves-grey:#dbe5f0;
--template:#a4c4e5;
--cerulean-frost:#6f9cc8;
--beijing-blue:#3b7eab;
}