Color names in this palette
CSS code for this palette
/* CSS */
.impression-of-obscurity {
color: #1d2a77;
}
.unity {
color: #294e8e;
}
.tech-wave {
color: #4c7b9a;
}
.salt-blue {
color: #7b9b9d;
}
.newman-s-eye {
color: #b1c8e2;
}
/* CSS Variables */
:root {
--impression-of-obscurity:#1d2a77;
--unity:#294e8e;
--tech-wave:#4c7b9a;
--salt-blue:#7b9b9d;
--newman-s-eye:#b1c8e2;
}