Color names in this palette
CSS code for this palette
/* CSS */
.impression-of-obscurity {
color: #1b2a6f;
}
.free-speech-blue {
color: #3b5cbf;
}
.winter-lakes {
color: #5d8fd5;
}
.wasurenagusa-blue {
color: #8cc3ed;
}
.arctic-paradise {
color: #b4e0f8;
}
/* CSS Variables */
:root {
--impression-of-obscurity:#1b2a6f;
--free-speech-blue:#3b5cbf;
--winter-lakes:#5d8fd5;
--wasurenagusa-blue:#8cc3ed;
--arctic-paradise:#b4e0f8;
}