Color names in this palette
CSS code for this palette
/* CSS */
.snowy-summit {
color: #c5d7e7;
}
.frozen-lake {
color: #7d9db5;
}
.sea-drifter {
color: #4b7891;
}
.dark-blue {
color: #2d5b7c;
}
.navy-peony {
color: #1f3a61;
}
/* CSS Variables */
:root {
--snowy-summit:#c5d7e7;
--frozen-lake:#7d9db5;
--sea-drifter:#4b7891;
--dark-blue:#2d5b7c;
--navy-peony:#1f3a61;
}