Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1e1a2d;
}
.operetta-mauve {
color: #382a4c;
}
.gentian-violet {
color: #5a4b7c;
}
.dechala-lilac {
color: #b3a0ca;
}
.hopeful {
color: #f1d5e1;
}
/* CSS Variables */
:root {
--black-howl:#1e1a2d;
--operetta-mauve:#382a4c;
--gentian-violet:#5a4b7c;
--dechala-lilac:#b3a0ca;
--hopeful:#f1d5e1;
}