Color names in this palette
CSS code for this palette
/* CSS */
.fly-by-night {
color: #1f1f4d;
}
.fine-purple {
color: #5d508b;
}
.lobby-lilac {
color: #a67db5;
}
.soft-cashmere {
color: #f1b1d8;
}
.blush-hour {
color: #ff7092;
}
/* CSS Variables */
:root {
--fly-by-night:#1f1f4d;
--fine-purple:#5d508b;
--lobby-lilac:#a67db5;
--soft-cashmere:#f1b1d8;
--blush-hour:#ff7092;
}