Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.caspian-sea {
color: #4f6f92;
}
.silver-skate {
color: #87a3b0;
}
.butterfield {
color: #f6c25a;
}
.flint-corn-red {
color: #d9623a;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--caspian-sea:#4f6f92;
--silver-skate:#87a3b0;
--butterfield:#f6c25a;
--flint-corn-red:#d9623a;
}