Color names in this palette
CSS code for this palette
/* CSS */
.new-violet {
color: #d7c1e1;
}
.lilac-lace {
color: #c0a3d2;
}
.romantic-moment {
color: #8d73b0;
}
.scotch-thistle {
color: #9e6b9d;
}
.plum-dust {
color: #a84d93;
}
/* CSS Variables */
:root {
--new-violet:#d7c1e1;
--lilac-lace:#c0a3d2;
--romantic-moment:#8d73b0;
--scotch-thistle:#9e6b9d;
--plum-dust:#a84d93;
}