Color names in this palette
CSS code for this palette
/* CSS */
.snap-shot {
color: #2b3d50;
}
.revel-blue {
color: #4b6e8b;
}
.country-air {
color: #a1b7c4;
}
.metallic {
color: #bdc3c7;
}
.vibrant-white {
color: #e9ecec;
}
/* CSS Variables */
:root {
--snap-shot:#2b3d50;
--revel-blue:#4b6e8b;
--country-air:#a1b7c4;
--metallic:#bdc3c7;
--vibrant-white:#e9ecec;
}