Color names in this palette
CSS code for this palette
/* CSS */
.snap-shot {
color: #2b3d50;
}
.ing-nue-blue {
color: #354a5f;
}
.blue-mirage {
color: #5d6d7e;
}
.harrow-s-gate {
color: #7f8c90;
}
.mythical-blue {
color: #95a6a7;
}
/* CSS Variables */
:root {
--snap-shot:#2b3d50;
--ing-nue-blue:#354a5f;
--blue-mirage:#5d6d7e;
--harrow-s-gate:#7f8c90;
--mythical-blue:#95a6a7;
}