Color names in this palette
CSS code for this palette
/* CSS */
.midnight-express {
color: #1f1f3d;
}
.gem {
color: #4a5d8c;
}
.candid-blue {
color: #67c1e0;
}
.n-rang-orange {
color: #ff8052;
}
.usc-gold {
color: #ffcc00;
}
/* CSS Variables */
:root {
--midnight-express:#1f1f3d;
--gem:#4a5d8c;
--candid-blue:#67c1e0;
--n-rang-orange:#ff8052;
--usc-gold:#ffcc00;
}