Color names in this palette
CSS code for this palette
/* CSS */
.impression-of-obscurity {
color: #1b2a6f;
}
.great-serpent {
color: #4a6fa5;
}
.goluboy-blue {
color: #89b8e1;
}
.blue-pearl {
color: #c5d8e2;
}
.whitest-white {
color: #f5faf6;
}
/* CSS Variables */
:root {
--impression-of-obscurity:#1b2a6f;
--great-serpent:#4a6fa5;
--goluboy-blue:#89b8e1;
--blue-pearl:#c5d8e2;
--whitest-white:#f5faf6;
}