Color names in this palette
CSS code for this palette
/* CSS */
.snap-shot {
color: #2b3d50;
}
.mythical-blue {
color: #95a6a7;
}
.vibrant-white {
color: #e9ecec;
}
.dodgeroll-gold {
color: #f39c12;
}
.valiant-poppy {
color: #bf3a2b;
}
/* CSS Variables */
:root {
--snap-shot:#2b3d50;
--mythical-blue:#95a6a7;
--vibrant-white:#e9ecec;
--dodgeroll-gold:#f39c12;
--valiant-poppy:#bf3a2b;
}