Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.neptune-blue {
color: #2a5c9d;
}
.sea-capture {
color: #5abfe7;
}
.nevada-sky {
color: #a1d7e8;
}
.angel-s-feather {
color: #f4f1e6;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--neptune-blue:#2a5c9d;
--sea-capture:#5abfe7;
--nevada-sky:#a1d7e8;
--angel-s-feather:#f4f1e6;
}