Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.valley-of-glaciers {
color: #2a7b98;
}
.artesian-well {
color: #5cb2b2;
}
.ethereal-white {
color: #e6f4f1;
}
.classic-chalk {
color: #f5f5f0;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--valley-of-glaciers:#2a7b98;
--artesian-well:#5cb2b2;
--ethereal-white:#e6f4f1;
--classic-chalk:#f5f5f0;
}