Color names in this palette
CSS code for this palette
/* CSS */
.impression-of-obscurity {
color: #1b2a6f;
}
.gem {
color: #4e5b8d;
}
.forever-blue {
color: #8b9bb6;
}
.early-june {
color: #b2d0e0;
}
.dr-white {
color: #fafafa;
}
/* CSS Variables */
:root {
--impression-of-obscurity:#1b2a6f;
--gem:#4e5b8d;
--forever-blue:#8b9bb6;
--early-june:#b2d0e0;
--dr-white:#fafafa;
}