Color names in this palette
CSS code for this palette
/* CSS */
.purple-sapphire {
color: #734794;
}
.viola {
color: #9b69bf;
}
.tropical-violet {
color: #d1a9e0;
}
.sugar-high {
color: #f1c6e7;
}
.precious-pink {
color: #f7b1b4;
}
/* CSS Variables */
:root {
--purple-sapphire:#734794;
--viola:#9b69bf;
--tropical-violet:#d1a9e0;
--sugar-high:#f1c6e7;
--precious-pink:#f7b1b4;
}