Color names in this palette
CSS code for this palette
/* CSS */
.impression-of-obscurity {
color: #1b2a6f;
}
.governor-bay {
color: #4d5b9d;
}
.wild-blue-yonder {
color: #7a8cb8;
}
.lilac-sachet {
color: #a7b6d7;
}
.husky {
color: #e2e8f8;
}
/* CSS Variables */
:root {
--impression-of-obscurity:#1b2a6f;
--governor-bay:#4d5b9d;
--wild-blue-yonder:#7a8cb8;
--lilac-sachet:#a7b6d7;
--husky:#e2e8f8;
}