Color names in this palette
CSS code for this palette
/* CSS */
.fly-by-night {
color: #1c1e4a;
}
.her-highness {
color: #3b2e70;
}
.daisy-bush {
color: #5f3a92;
}
.violet-femmes {
color: #a76c9c;
}
.soft-cashmere {
color: #f1b6d9;
}
/* CSS Variables */
:root {
--fly-by-night:#1c1e4a;
--her-highness:#3b2e70;
--daisy-bush:#5f3a92;
--violet-femmes:#a76c9c;
--soft-cashmere:#f1b6d9;
}