Color names in this palette
CSS code for this palette
/* CSS */
.celtic-blue {
color: #286acc;
}
.oregon-blue {
color: #3b8fde;
}
.cerulean {
color: #57b2ef;
}
.chefchaouen-blue {
color: #a2d1e6;
}
.m-white {
color: #f4f9fb;
}
/* CSS Variables */
:root {
--celtic-blue:#286acc;
--oregon-blue:#3b8fde;
--cerulean:#57b2ef;
--chefchaouen-blue:#a2d1e6;
--m-white:#f4f9fb;
}