Color names in this palette
CSS code for this palette
/* CSS */
.bright-midnight-blue {
color: #1e4d76;
}
.coelin-blue {
color: #497c92;
}
.folk-song {
color: #66a3a0;
}
.strike-it-rich {
color: #d9b45e;
}
.orange-gluttony {
color: #e77e23;
}
/* CSS Variables */
:root {
--bright-midnight-blue:#1e4d76;
--coelin-blue:#497c92;
--folk-song:#66a3a0;
--strike-it-rich:#d9b45e;
--orange-gluttony:#e77e23;
}