Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.chesty-bond {
color: #4f6ca1;
}
.bel-air-blue {
color: #809bc2;
}
.chapel-blue {
color: #b3d2ea;
}
.carving-party {
color: #f0c19e;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--chesty-bond:#4f6ca1;
--bel-air-blue:#809bc2;
--chapel-blue:#b3d2ea;
--carving-party:#f0c19e;
}