Color names in this palette
CSS code for this palette
/* CSS */
.mythical-night {
color: #1c2b6d;
}
.official-violet {
color: #2e3a84;
}
.governor-bay {
color: #4d5b9d;
}
.blue-cue {
color: #8aa0db;
}
.veiling-waterfalls {
color: #d6e7ff;
}
/* CSS Variables */
:root {
--mythical-night:#1c2b6d;
--official-violet:#2e3a84;
--governor-bay:#4d5b9d;
--blue-cue:#8aa0db;
--veiling-waterfalls:#d6e7ff;
}