Color names in this palette
CSS code for this palette
/* CSS */
.fly-by-night {
color: #1f194d;
}
.her-highness {
color: #3f2a6f;
}
.pure-mauve {
color: #6d5091;
}
.silken-raspberry {
color: #a97e8d;
}
.rosey-afterglow {
color: #f8c9d1;
}
/* CSS Variables */
:root {
--fly-by-night:#1f194d;
--her-highness:#3f2a6f;
--pure-mauve:#6d5091;
--silken-raspberry:#a97e8d;
--rosey-afterglow:#f8c9d1;
}