Color names in this palette
CSS code for this palette
/* CSS */
.subterranean-river {
color: #1f3c4d;
}
.astral {
color: #396a89;
}
.lake-lucerne {
color: #699eba;
}
.early-june {
color: #b2d3e0;
}
.pyrite {
color: #f4c543;
}
/* CSS Variables */
:root {
--subterranean-river:#1f3c4d;
--astral:#396a89;
--lake-lucerne:#699eba;
--early-june:#b2d3e0;
--pyrite:#f4c543;
}