Color names in this palette
CSS code for this palette
/* CSS */
.snap-shot {
color: #2b3d50;
}
.revel-blue {
color: #4a6c8c;
}
.cerulean-frost {
color: #6f9fc8;
}
.sea-cliff {
color: #a3c7e0;
}
.coastal-breeze {
color: #e2f8f8;
}
/* CSS Variables */
:root {
--snap-shot:#2b3d50;
--revel-blue:#4a6c8c;
--cerulean-frost:#6f9fc8;
--sea-cliff:#a3c7e0;
--coastal-breeze:#e2f8f8;
}