Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.new-age-blue {
color: #496da7;
}
.watery-sea {
color: #8cb9e8;
}
.two-harbours {
color: #bfd5e3;
}
.coastal-breeze {
color: #e2f2f8;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--new-age-blue:#496da7;
--watery-sea:#8cb9e8;
--two-harbours:#bfd5e3;
--coastal-breeze:#e2f2f8;
}