Color names in this palette
CSS code for this palette
/* CSS */
.subterranean-river {
color: #1e3a4d;
}
.rain-storm {
color: #3c5967;
}
.winter-lake {
color: #6b8c9e;
}
.sky-chase {
color: #a4c8d0;
}
.yellow-wax-pepper {
color: #f0e6b7;
}
/* CSS Variables */
:root {
--subterranean-river:#1e3a4d;
--rain-storm:#3c5967;
--winter-lake:#6b8c9e;
--sky-chase:#a4c8d0;
--yellow-wax-pepper:#f0e6b7;
}