Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.blues {
color: #2a699d;
}
.waterfall {
color: #3cafa1;
}
.solar-plexus-chakra {
color: #efca4d;
}
.orange-gluttony {
color: #e77e23;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--blues:#2a699d;
--waterfall:#3cafa1;
--solar-plexus-chakra:#efca4d;
--orange-gluttony:#e77e23;
}