Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1d1c2c;
}
.operetta-mauve {
color: #3d2a4c;
}
.passion-flower {
color: #6b509b;
}
.drama-queen {
color: #a56f9b;
}
.bright-ube {
color: #d4a6e8;
}
/* CSS Variables */
:root {
--black-howl:#1d1c2c;
--operetta-mauve:#3d2a4c;
--passion-flower:#6b509b;
--drama-queen:#a56f9b;
--bright-ube:#d4a6e8;
}