Color names in this palette
CSS code for this palette
/* CSS */
.blue-expanse {
color: #1e3b76;
}
.blue-dude {
color: #4b5a91;
}
.marvellous {
color: #6e81b4;
}
.hopscotch {
color: #b6b43e;
}
.earth-yellow {
color: #e0a55c;
}
/* CSS Variables */
:root {
--blue-expanse:#1e3b76;
--blue-dude:#4b5a91;
--marvellous:#6e81b4;
--hopscotch:#b6b43e;
--earth-yellow:#e0a55c;
}