Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.great-serpent {
color: #4a6ca5;
}
.high-tide {
color: #87a3c9;
}
.violet-water {
color: #d1d6e5;
}
.m-white {
color: #f4f7fb;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--great-serpent:#4a6ca5;
--high-tide:#87a3c9;
--violet-water:#d1d6e5;
--m-white:#f4f7fb;
}