Color names in this palette
CSS code for this palette
/* CSS */
.fly-by-night {
color: #1f1e4d;
}
.her-highness {
color: #402a6f;
}
.purple-pleasures {
color: #7a499c;
}
.moonlight-melody {
color: #b86bb5;
}
.apricot-glazed-chicken {
color: #f5a524;
}
/* CSS Variables */
:root {
--fly-by-night:#1f1e4d;
--her-highness:#402a6f;
--purple-pleasures:#7a499c;
--moonlight-melody:#b86bb5;
--apricot-glazed-chicken:#f5a524;
}