Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.palace-blue {
color: #3b69ba;
}
.xavier-blue {
color: #6cb0e4;
}
.hawaiian-ahi-poke {
color: #d14833;
}
.sango-red {
color: #f36a4f;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--palace-blue:#3b69ba;
--xavier-blue:#6cb0e4;
--hawaiian-ahi-poke:#d14833;
--sango-red:#f36a4f;
}