Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.b-dazzled-blue {
color: #2b5b97;
}
.azure-blue {
color: #4b8fc3;
}
.lucea {
color: #7bb4e0;
}
.fairy-sparkles {
color: #afe6f8;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--b-dazzled-blue:#2b5b97;
--azure-blue:#4b8fc3;
--lucea:#7bb4e0;
--fairy-sparkles:#afe6f8;
}