Color names in this palette
CSS code for this palette
/* CSS */
.dust-of-the-moon {
color: #d0c8df;
}
.creeping-bellflower {
color: #b58bc6;
}
.vicious-violet {
color: #8b4fa1;
}
.berry-blackmail {
color: #681e7b;
}
.pitch-violet {
color: #4a0b8e;
}
/* CSS Variables */
:root {
--dust-of-the-moon:#d0c8df;
--creeping-bellflower:#b58bc6;
--vicious-violet:#8b4fa1;
--berry-blackmail:#681e7b;
--pitch-violet:#4a0b8e;
}