Color names in this palette
CSS code for this palette
/* CSS */
.assault {
color: #1c3f73;
}
.star-sapphire {
color: #406ba0;
}
.shakespeare {
color: #5f9dbf;
}
.everlasting {
color: #a1bfd9;
}
.child-of-light {
color: #f1f6f8;
}
/* CSS Variables */
:root {
--assault:#1c3f73;
--star-sapphire:#406ba0;
--shakespeare:#5f9dbf;
--everlasting:#a1bfd9;
--child-of-light:#f1f6f8;
}