Color names in this palette
CSS code for this palette
/* CSS */
.jazz-blue {
color: #1f6d9e;
}
.bergamot-orange {
color: #f6a35a;
}
.liberal-lilac {
color: #9b58b6;
}
.snap-shot {
color: #2b3d50;
}
.dodgeroll-gold {
color: #f39c12;
}
/* CSS Variables */
:root {
--jazz-blue:#1f6d9e;
--bergamot-orange:#f6a35a;
--liberal-lilac:#9b58b6;
--snap-shot:#2b3d50;
--dodgeroll-gold:#f39c12;
}