Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.deep-water {
color: #2b6ea1;
}
.high-blue {
color: #4ca8e1;
}
.spritzig {
color: #79c1e7;
}
.winter-escape {
color: #b5e7f2;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--deep-water:#2b6ea1;
--high-blue:#4ca8e1;
--spritzig:#79c1e7;
--winter-escape:#b5e7f2;
}