Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.wide-sky {
color: #3b6fb0;
}
.hawaiian-breeze {
color: #70c8e1;
}
.blizzard-blue {
color: #a4e1f4;
}
.everlasting-ice {
color: #f5faf9;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--wide-sky:#3b6fb0;
--hawaiian-breeze:#70c8e1;
--blizzard-blue:#a4e1f4;
--everlasting-ice:#f5faf9;
}