Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.dover-straits {
color: #3a69b6;
}
.sanctuary-spa {
color: #68b4e3;
}
.nevada-sky {
color: #a2dae6;
}
.anti-flash-white {
color: #f0f3f5;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--dover-straits:#3a69b6;
--sanctuary-spa:#68b4e3;
--nevada-sky:#a2dae6;
--anti-flash-white:#f0f3f5;
}