Color names in this palette
CSS code for this palette
/* CSS */
.light-violet {
color: #d9b3ff;
}
.rich-lavender {
color: #a56acd;
}
.sweet-flag {
color: #6b3f92;
}
.goddess-of-dawn {
color: #8c4f70;
}
.rose-aspect {
color: #f1c6c6;
}
/* CSS Variables */
:root {
--light-violet:#d9b3ff;
--rich-lavender:#a56acd;
--sweet-flag:#6b3f92;
--goddess-of-dawn:#8c4f70;
--rose-aspect:#f1c6c6;
}