Color names in this palette
CSS code for this palette
/* CSS */
.foggy-love {
color: #d3c7e6;
}
.lush-lilac {
color: #9c7cb6;
}
.pure-mauve {
color: #6a4c94;
}
.her-highness {
color: #3c2c6d;
}
.fly-by-night {
color: #1c1a4c;
}
/* CSS Variables */
:root {
--foggy-love:#d3c7e6;
--lush-lilac:#9c7cb6;
--pure-mauve:#6a4c94;
--her-highness:#3c2c6d;
--fly-by-night:#1c1a4c;
}