Color names in this palette
CSS code for this palette
/* CSS */
.frozen-lake {
color: #7d9eb5;
}
.hippie-blue {
color: #4a8b96;
}
.mammoth-mountain {
color: #3a6a78;
}
.celtic-rush {
color: #2e4f5c;
}
.ore-bluish-black {
color: #1b343b;
}
/* CSS Variables */
:root {
--frozen-lake:#7d9eb5;
--hippie-blue:#4a8b96;
--mammoth-mountain:#3a6a78;
--celtic-rush:#2e4f5c;
--ore-bluish-black:#1b343b;
}