Color names in this palette
CSS code for this palette
/* CSS */
.mythical-night {
color: #1b3264;
}
.southern-blue {
color: #395a89;
}
.blue-dazzle {
color: #698dba;
}
.pale-cerulean {
color: #a1c3e2;
}
.invigorating {
color: #f1e9b6;
}
/* CSS Variables */
:root {
--mythical-night:#1b3264;
--southern-blue:#395a89;
--blue-dazzle:#698dba;
--pale-cerulean:#a1c3e2;
--invigorating:#f1e9b6;
}