Color names in this palette
CSS code for this palette
/* CSS */
.space-cadet {
color: #1b2b50;
}
.jazz-age-blues {
color: #3b4b6d;
}
.allegiance {
color: #5a6d8c;
}
.thunder-chi {
color: #aac6d4;
}
.child-of-light {
color: #f1f5f9;
}
/* CSS Variables */
:root {
--space-cadet:#1b2b50;
--jazz-age-blues:#3b4b6d;
--allegiance:#5a6d8c;
--thunder-chi:#aac6d4;
--child-of-light:#f1f5f9;
}