Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.san-marino {
color: #496d9c;
}
.old-faithful {
color: #82a3c0;
}
.morality {
color: #b7cfe6;
}
.m-white {
color: #f4f7fb;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--san-marino:#496d9c;
--old-faithful:#82a3c0;
--morality:#b7cfe6;
--m-white:#f4f7fb;
}