Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.star-sapphire {
color: #3b6aa0;
}
.xavier-blue {
color: #6bb0e1;
}
.cakepop-sorbet {
color: #f8c749;
}
.opulent-orange {
color: #f56b3d;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--star-sapphire:#3b6aa0;
--xavier-blue:#6bb0e1;
--cakepop-sorbet:#f8c749;
--opulent-orange:#f56b3d;
}