Color names in this palette
CSS code for this palette
/* CSS */
.menacing-clouds {
color: #6c7989;
}
.bismarck {
color: #4a697d;
}
.china-pattern {
color: #3e5d74;
}
.singing-the-blues {
color: #2a4d65;
}
.subterranean-river {
color: #1f394d;
}
/* CSS Variables */
:root {
--menacing-clouds:#6c7989;
--bismarck:#4a697d;
--china-pattern:#3e5d74;
--singing-the-blues:#2a4d65;
--subterranean-river:#1f394d;
}