Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.dover-straits {
color: #3a69b6;
}
.lucea {
color: #79afe2;
}
.french-pass {
color: #a3d1e0;
}
.cotton-ball {
color: #f3f9fc;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--dover-straits:#3a69b6;
--lucea:#79afe2;
--french-pass:#a3d1e0;
--cotton-ball:#f3f9fc;
}