Color names in this palette
CSS code for this palette
/* CSS */
.snap-shot {
color: #2b3d50;
}
.ing-nue-blue {
color: #354a5f;
}
.revel-blue {
color: #4a6c8c;
}
.pacific-harbour {
color: #79b8d7;
}
.dodgeroll-gold {
color: #f39c12;
}
/* CSS Variables */
:root {
--snap-shot:#2b3d50;
--ing-nue-blue:#354a5f;
--revel-blue:#4a6c8c;
--pacific-harbour:#79b8d7;
--dodgeroll-gold:#f39c12;
}