Color names in this palette
CSS code for this palette
/* CSS */
.subterranean-river {
color: #1e3a4d;
}
.winter-shadow {
color: #4f6a7d;
}
.moon-veil {
color: #8b9bb1;
}
.old-gold {
color: #d3b73c;
}
.devilish {
color: #e0381f;
}
/* CSS Variables */
:root {
--subterranean-river:#1e3a4d;
--winter-shadow:#4f6a7d;
--moon-veil:#8b9bb1;
--old-gold:#d3b73c;
--devilish:#e0381f;
}