Color names in this palette
CSS code for this palette
/* CSS */
.fly-by-night {
color: #1e1f4d;
}
.violet-storm {
color: #5b5d9f;
}
.whipped-violet {
color: #a1a6d3;
}
.sunny-mood {
color: #f7c94b;
}
.fusion-red {
color: #ff5c5f;
}
/* CSS Variables */
:root {
--fly-by-night:#1e1f4d;
--violet-storm:#5b5d9f;
--whipped-violet:#a1a6d3;
--sunny-mood:#f7c94b;
--fusion-red:#ff5c5f;
}