Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.neptune-blue {
color: #2e5b9e;
}
.boat-house {
color: #4b8bc3;
}
.astral-spirit {
color: #8dc3e8;
}
.icy-landscape {
color: #c5e8f7;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--neptune-blue:#2e5b9e;
--boat-house:#4b8bc3;
--astral-spirit:#8dc3e8;
--icy-landscape:#c5e8f7;
}