Color names in this palette
CSS code for this palette
/* CSS */
.fly-by-night {
color: #191e4d;
}
.mystic-nights {
color: #4f2a6f;
}
.plum-power {
color: #7d5c8a;
}
.saffron-robe {
color: #d19c4d;
}
.red-cray {
color: #e55d34;
}
/* CSS Variables */
:root {
--fly-by-night:#191e4d;
--mystic-nights:#4f2a6f;
--plum-power:#7d5c8a;
--saffron-robe:#d19c4d;
--red-cray:#e55d34;
}