Color names in this palette
CSS code for this palette
/* CSS */
.fly-by-night {
color: #1c1e4f;
}
.harvest-night {
color: #5a3f88;
}
.meadow-mauve {
color: #a65e95;
}
.pani-puri {
color: #f1a950;
}
.sorbus {
color: #e06e38;
}
/* CSS Variables */
:root {
--fly-by-night:#1c1e4f;
--harvest-night:#5a3f88;
--meadow-mauve:#a65e95;
--pani-puri:#f1a950;
--sorbus:#e06e38;
}