Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.neptune-blue {
color: #2e5c99;
}
.boat-house {
color: #4a8cbf;
}
.costa-rica-blue {
color: #79b8e2;
}
.nevada-sky {
color: #a2dae6;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--neptune-blue:#2e5c99;
--boat-house:#4a8cbf;
--costa-rica-blue:#79b8e2;
--nevada-sky:#a2dae6;
}