Color names in this palette
CSS code for this palette
/* CSS */
.impression-of-obscurity {
color: #1d2a77;
}
.blue-dude {
color: #4c5e94;
}
.evening-hush {
color: #798ba9;
}
.hazy-daze {
color: #a6b8c5;
}
.violet-water {
color: #d1d7e6;
}
/* CSS Variables */
:root {
--impression-of-obscurity:#1d2a77;
--blue-dude:#4c5e94;
--evening-hush:#798ba9;
--hazy-daze:#a6b8c5;
--violet-water:#d1d7e6;
}