Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.mordian-blue {
color: #2e5984;
}
.wipeout {
color: #3f7f92;
}
.cave-lake {
color: #4eb5c1;
}
.early-july {
color: #a6e1e8;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--mordian-blue:#2e5984;
--wipeout:#3f7f92;
--cave-lake:#4eb5c1;
--early-july:#a6e1e8;
}