Color names in this palette
CSS code for this palette
/* CSS */
.magnetic-blue {
color: #0a4e8a;
}
.soothing-sapphire {
color: #387dd6;
}
.norfolk-sky {
color: #6ab5e7;
}
.chefchaouen-blue {
color: #a6d2e7;
}
.coastal-breeze {
color: #e3f7fc;
}
/* CSS Variables */
:root {
--magnetic-blue:#0a4e8a;
--soothing-sapphire:#387dd6;
--norfolk-sky:#6ab5e7;
--chefchaouen-blue:#a6d2e7;
--coastal-breeze:#e3f7fc;
}