Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.cyan-cobalt-blue {
color: #2b5a9c;
}
.azure-blue {
color: #4d8cc7;
}
.costa-rica-blue {
color: #7bb9e0;
}
.nevada-sky {
color: #a1d9e8;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--cyan-cobalt-blue:#2b5a9c;
--azure-blue:#4d8cc7;
--costa-rica-blue:#7bb9e0;
--nevada-sky:#a1d9e8;
}