Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.windsurfing {
color: #3c6e9a;
}
.scott-base {
color: #649fc4;
}
.light-delphin {
color: #9fd0e5;
}
.turkish-ginger {
color: #f7f2bb;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--windsurfing:#3c6e9a;
--scott-base:#649fc4;
--light-delphin:#9fd0e5;
--turkish-ginger:#f7f2bb;
}