Color names in this palette
CSS code for this palette
/* CSS */
.snap-shot {
color: #2b3d50;
}
.ing-nue-blue {
color: #354a5f;
}
.grape-haze {
color: #5d6b89;
}
.dodgeroll-gold {
color: #f39c12;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--snap-shot:#2b3d50;
--ing-nue-blue:#354a5f;
--grape-haze:#5d6b89;
--dodgeroll-gold:#f39c12;
--mandarin-red:#e74d3c;
}