Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.star-sapphire {
color: #3b6b9b;
}
.heritage-blue {
color: #5093b4;
}
.regale-blue {
color: #7fb2d7;
}
.fairy-sparkles {
color: #b1def7;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--star-sapphire:#3b6b9b;
--heritage-blue:#5093b4;
--regale-blue:#7fb2d7;
--fairy-sparkles:#b1def7;
}