Color names in this palette
CSS code for this palette
/* CSS */
.celtic-blue {
color: #286acc;
}
.olympic-blue {
color: #4b91e2;
}
.norfolk-sky {
color: #6ab9f0;
}
.chefchaouen-blue {
color: #a3d1e6;
}
.child-of-light {
color: #f1f5f8;
}
/* CSS Variables */
:root {
--celtic-blue:#286acc;
--olympic-blue:#4b91e2;
--norfolk-sky:#6ab9f0;
--chefchaouen-blue:#a3d1e6;
--child-of-light:#f1f5f8;
}