Color names in this palette
CSS code for this palette
/* CSS */
.amethyst {
color: #9966cc;
}
.pale-purple {
color: #b48dd8;
}
.tropical-violet {
color: #d1a4e0;
}
.rosecco {
color: #eab8e4;
}
.sugar-high {
color: #f1c6e7;
}
/* CSS Variables */
:root {
--amethyst:#9966cc;
--pale-purple:#b48dd8;
--tropical-violet:#d1a4e0;
--rosecco:#eab8e4;
--sugar-high:#f1c6e7;
}