Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.star-sapphire {
color: #3b6aa0;
}
.candid-blue {
color: #6bc5e6;
}
.french-vanilla {
color: #f0e2a8;
}
.sango-red {
color: #f76c50;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--star-sapphire:#3b6aa0;
--candid-blue:#6bc5e6;
--french-vanilla:#f0e2a8;
--sango-red:#f76c50;
}