Color names in this palette
CSS code for this palette
/* CSS */
.sweet-flag {
color: #6a3e8e;
}
.lusty-lavender {
color: #8a5fbf;
}
.pale-purple {
color: #b190d0;
}
.spring-wisteria {
color: #d4a4df;
}
.sugar-high {
color: #f1c6e8;
}
/* CSS Variables */
:root {
--sweet-flag:#6a3e8e;
--lusty-lavender:#8a5fbf;
--pale-purple:#b190d0;
--spring-wisteria:#d4a4df;
--sugar-high:#f1c6e8;
}