Color names in this palette
CSS code for this palette
/* CSS */
.sweet-flag {
color: #6a3e8e;
}
.prickly-purple {
color: #a35fb9;
}
.tropical-violet {
color: #d5a4e0;
}
.rosy-nectar {
color: #f4c3e0;
}
.out-of-fashion {
color: #f0708e;
}
/* CSS Variables */
:root {
--sweet-flag:#6a3e8e;
--prickly-purple:#a35fb9;
--tropical-violet:#d5a4e0;
--rosy-nectar:#f4c3e0;
--out-of-fashion:#f0708e;
}