Color names in this palette
CSS code for this palette
/* CSS */
.sweet-flag {
color: #6a3e8e;
}
.lusty-lavender {
color: #8e5eba;
}
.lilac-breeze {
color: #a68ebe;
}
.ceremonial-gold {
color: #d3a15a;
}
.mandarin-red {
color: #e54f3e;
}
/* CSS Variables */
:root {
--sweet-flag:#6a3e8e;
--lusty-lavender:#8e5eba;
--lilac-breeze:#a68ebe;
--ceremonial-gold:#d3a15a;
--mandarin-red:#e54f3e;
}