Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.san-marino {
color: #4b6c9b;
}
.eiger-nordwand {
color: #7b9abc;
}
.simply-sparkling {
color: #aec3e0;
}
.m-white {
color: #f4f7fb;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--san-marino:#4b6c9b;
--eiger-nordwand:#7b9abc;
--simply-sparkling:#aec3e0;
--m-white:#f4f7fb;
}