Color names in this palette
CSS code for this palette
/* CSS */
.purple-velvet {
color: #4c3d57;
}
.super-violet {
color: #795f8c;
}
.lupine {
color: #c19ac0;
}
.piggyback {
color: #f1dae5;
}
.dahlia-delight {
color: #f8bfd3;
}
/* CSS Variables */
:root {
--purple-velvet:#4c3d57;
--super-violet:#795f8c;
--lupine:#c19ac0;
--piggyback:#f1dae5;
--dahlia-delight:#f8bfd3;
}