Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.dutch-blue {
color: #4c6594;
}
.inner-sanctum {
color: #7aa6b3;
}
.modern-blue {
color: #b7d2eb;
}
.m-white {
color: #f4f7fb;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--dutch-blue:#4c6594;
--inner-sanctum:#7aa6b3;
--modern-blue:#b7d2eb;
--m-white:#f4f7fb;
}