Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.integra {
color: #3f5c92;
}
.marvellous {
color: #6b7fb3;
}
.airborne {
color: #a1c1d4;
}
.sandy-brown {
color: #f1a65f;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--integra:#3f5c92;
--marvellous:#6b7fb3;
--airborne:#a1c1d4;
--sandy-brown:#f1a65f;
}