Color names in this palette
CSS code for this palette
/* CSS */
.midnight-mirage {
color: #0a1f3d;
}
.china-pattern {
color: #3e5b75;
}
.lake-winnipeg {
color: #82a1b0;
}
.white-shadow {
color: #d1d4e0;
}
.milk-glass {
color: #f9f6f1;
}
/* CSS Variables */
:root {
--midnight-mirage:#0a1f3d;
--china-pattern:#3e5b75;
--lake-winnipeg:#82a1b0;
--white-shadow:#d1d4e0;
--milk-glass:#f9f6f1;
}