Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.riverside {
color: #4e6e97;
}
.frozen-lake {
color: #7d9db5;
}
.vast-sky {
color: #a8c8d7;
}
.swan-lake {
color: #c5e7e0;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--riverside:#4e6e97;
--frozen-lake:#7d9db5;
--vast-sky:#a8c8d7;
--swan-lake:#c5e7e0;
}