Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.star-sapphire {
color: #3d6a99;
}
.lake-lucerne {
color: #6b9cb8;
}
.cruise {
color: #b3e0d6;
}
.child-of-light {
color: #f2f6f8;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--star-sapphire:#3d6a99;
--lake-lucerne:#6b9cb8;
--cruise:#b3e0d6;
--child-of-light:#f2f6f8;
}