Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.gem {
color: #4b5c8b;
}
.astro-bound {
color: #8ba0bb;
}
.airway {
color: #afc1d5;
}
.valley-of-tears {
color: #d2e0e4;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--gem:#4b5c8b;
--astro-bound:#8ba0bb;
--airway:#afc1d5;
--valley-of-tears:#d2e0e4;
}