Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.liseran-purple {
color: #d86f9e;
}
.dahlia-mauve {
color: #b65d8d;
}
.cosmetic-red {
color: #a45b79;
}
.grapes-of-italy {
color: #6b4c8a;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--liseran-purple:#d86f9e;
--dahlia-mauve:#b65d8d;
--cosmetic-red:#a45b79;
--grapes-of-italy:#6b4c8a;
}