Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.neptune-blue {
color: #2d5e9f;
}
.boat-house {
color: #4e8dc1;
}
.hawaiian-breeze {
color: #76c7e0;
}
.everest {
color: #9fe1e5;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--neptune-blue:#2d5e9f;
--boat-house:#4e8dc1;
--hawaiian-breeze:#76c7e0;
--everest:#9fe1e5;
}