Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.neptune-blue {
color: #2c5c9b;
}
.azure-blue {
color: #4a8dc4;
}
.winsome-hue {
color: #a9d7e0;
}
.everlasting-ice {
color: #f5fafa;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--neptune-blue:#2c5c9b;
--azure-blue:#4a8dc4;
--winsome-hue:#a9d7e0;
--everlasting-ice:#f5fafa;
}