Color names in this palette
CSS code for this palette
/* CSS */
.capital-blue {
color: #1a3f56;
}
.hippie-blue {
color: #4c8a9a;
}
.montana-sky {
color: #6eb2b9;
}
.shallow-shoal {
color: #9bd9d4;
}
.bravo-blue {
color: #d3e8e9;
}
/* CSS Variables */
:root {
--capital-blue:#1a3f56;
--hippie-blue:#4c8a9a;
--montana-sky:#6eb2b9;
--shallow-shoal:#9bd9d4;
--bravo-blue:#d3e8e9;
}