CSS code for this palette
/* CSS */
.boyzone {
color: #2a8ed5;
}
.aero {
color: #79b7e6;
}
.juzcar-blue {
color: #a3d6f5;
}
.m-white {
color: #f4f9fb;
}
.integra {
color: #3f5c92;
}
/* CSS Variables */
:root {
--boyzone:#2a8ed5;
--aero:#79b7e6;
--juzcar-blue:#a3d6f5;
--m-white:#f4f9fb;
--integra:#3f5c92;
}