CSS code for this palette
/* CSS */
.boat-house {
color: #4b8cbe;
}
.malibu {
color: #6ab8e2;
}
.chefchaouen-blue {
color: #a1d3e8;
}
.bee {
color: #f2ba5a;
}
.sohi-red {
color: #e65f3d;
}
/* CSS Variables */
:root {
--boat-house:#4b8cbe;
--malibu:#6ab8e2;
--chefchaouen-blue:#a1d3e8;
--bee:#f2ba5a;
--sohi-red:#e65f3d;
}