Color names in this palette
CSS code for this palette
/* CSS */
.impression-of-obscurity {
color: #1e2876;
}
.blue-dude {
color: #4b5e95;
}
.kimono {
color: #6a89b4;
}
.windsor-way {
color: #a2c7e7;
}
.m-white {
color: #f4f7fb;
}
/* CSS Variables */
:root {
--impression-of-obscurity:#1e2876;
--blue-dude:#4b5e95;
--kimono:#6a89b4;
--windsor-way:#a2c7e7;
--m-white:#f4f7fb;
}