Color names in this palette
CSS code for this palette
/* CSS */
.after-work-blue {
color: #1c2a6d;
}
.insignia {
color: #2b4d9c;
}
.blue-azure {
color: #4b81c3;
}
.xavier-blue {
color: #6cb6e4;
}
.english-daisy {
color: #ffcb47;
}
/* CSS Variables */
:root {
--after-work-blue:#1c2a6d;
--insignia:#2b4d9c;
--blue-azure:#4b81c3;
--xavier-blue:#6cb6e4;
--english-daisy:#ffcb47;
}