Color names in this palette
CSS code for this palette
/* CSS */
.snap-shot {
color: #2b3d50;
}
.ing-nue-blue {
color: #354a5f;
}
.blue-mirage {
color: #5d6d7e;
}
.bluebeard {
color: #abb8c4;
}
.chef-s-hat {
color: #f3f5f6;
}
/* CSS Variables */
:root {
--snap-shot:#2b3d50;
--ing-nue-blue:#354a5f;
--blue-mirage:#5d6d7e;
--bluebeard:#abb8c4;
--chef-s-hat:#f3f5f6;
}