Color names in this palette
CSS code for this palette
/* CSS */
.blue-highlight {
color: #354e8d;
}
.chesty-bond {
color: #4e6fa2;
}
.air-superiority-blue {
color: #70a4c2;
}
.chefchaouen-blue {
color: #a6d1e8;
}
.mustard-yellow {
color: #e6b000;
}
/* CSS Variables */
:root {
--blue-highlight:#354e8d;
--chesty-bond:#4e6fa2;
--air-superiority-blue:#70a4c2;
--chefchaouen-blue:#a6d1e8;
--mustard-yellow:#e6b000;
}