Color names in this palette
CSS code for this palette
/* CSS */
.subterranean-river {
color: #1f3c4c;
}
.blue-loneliness {
color: #496b83;
}
.washed-denim {
color: #809bbc;
}
.falling-tears {
color: #c2d9e0;
}
.milky-maize {
color: #f7d6a1;
}
/* CSS Variables */
:root {
--subterranean-river:#1f3c4c;
--blue-loneliness:#496b83;
--washed-denim:#809bbc;
--falling-tears:#c2d9e0;
--milky-maize:#f7d6a1;
}