Color names in this palette
CSS code for this palette
/* CSS */
.ameixa {
color: #6a5bcd;
}
.true-v {
color: #8c7bd1;
}
.enchanted-lavender {
color: #b8a2e6;
}
.sugar-high {
color: #f1c6e7;
}
.violet-kiss {
color: #f4a4d4;
}
/* CSS Variables */
:root {
--ameixa:#6a5bcd;
--true-v:#8c7bd1;
--enchanted-lavender:#b8a2e6;
--sugar-high:#f1c6e7;
--violet-kiss:#f4a4d4;
}