Color names in this palette
CSS code for this palette
/* CSS */
.subterranean-river {
color: #1e3a4d;
}
.winter-shadow {
color: #4f6b7d;
}
.teal-wave {
color: #8b9ea2;
}
.malaysian-mist {
color: #b7d2cf;
}
.maximum-yellow-red {
color: #f1b74b;
}
/* CSS Variables */
:root {
--subterranean-river:#1e3a4d;
--winter-shadow:#4f6b7d;
--teal-wave:#8b9ea2;
--malaysian-mist:#b7d2cf;
--maximum-yellow-red:#f1b74b;
}