Color names in this palette
CSS code for this palette
/* CSS */
.impression-of-obscurity {
color: #1b2a6f;
}
.azraq-blue {
color: #4a6bbf;
}
.greek-sea {
color: #78a3e3;
}
.ocean-front {
color: #b7e2f0;
}
.classic-chalk {
color: #f5f3f0;
}
/* CSS Variables */
:root {
--impression-of-obscurity:#1b2a6f;
--azraq-blue:#4a6bbf;
--greek-sea:#78a3e3;
--ocean-front:#b7e2f0;
--classic-chalk:#f5f3f0;
}