Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.san-marino {
color: #506b9b;
}
.dyer-s-woad {
color: #7999af;
}
.blue-dam {
color: #a1c6d4;
}
.barley-white {
color: #f7e3b6;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--san-marino:#506b9b;
--dyer-s-woad:#7999af;
--blue-dam:#a1c6d4;
--barley-white:#f7e3b6;
}