Color names in this palette
CSS code for this palette
/* CSS */
.midnight-express {
color: #1f203d;
}
.twilight {
color: #4c4f90;
}
.high-style {
color: #a6b3d9;
}
.pyrite {
color: #f4c543;
}
.entan-red {
color: #ec7051;
}
/* CSS Variables */
:root {
--midnight-express:#1f203d;
--twilight:#4c4f90;
--high-style:#a6b3d9;
--pyrite:#f4c543;
--entan-red:#ec7051;
}