Color names in this palette
CSS code for this palette
/* CSS */
.amethyst {
color: #9966cc;
}
.purple-rose {
color: #b39cc9;
}
.tropical-violet {
color: #d3a5e3;
}
.lovecloud {
color: #eab7f1;
}
.pretty-in-pink {
color: #f6c1e4;
}
/* CSS Variables */
:root {
--amethyst:#9966cc;
--purple-rose:#b39cc9;
--tropical-violet:#d3a5e3;
--lovecloud:#eab7f1;
--pretty-in-pink:#f6c1e4;
}