Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.riverside {
color: #4b6f95;
}
.notable-hue {
color: #87a9ba;
}
.defenestration {
color: #c4d6e3;
}
.silent-snowfall {
color: #eff7fb;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--riverside:#4b6f95;
--notable-hue:#87a9ba;
--defenestration:#c4d6e3;
--silent-snowfall:#eff7fb;
}