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