Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.cobalt-flame {
color: #4c6f9a;
}
.lagoon-blue {
color: #7da2b5;
}
.sea-cliff {
color: #a3c7e0;
}
.menoth-white-base {
color: #f0e8b7;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--cobalt-flame:#4c6f9a;
--lagoon-blue:#7da2b5;
--sea-cliff:#a3c7e0;
--menoth-white-base:#f0e8b7;
}