Color names in this palette
CSS code for this palette
/* CSS */
.american-purple {
color: #4b1c4f;
}
.tillandsia-purple {
color: #5e3a7e;
}
.jubilee {
color: #7c5f9b;
}
.royal-pretender {
color: #a05ea6;
}
.enhance {
color: #d4a1bc;
}
/* CSS Variables */
:root {
--american-purple:#4b1c4f;
--tillandsia-purple:#5e3a7e;
--jubilee:#7c5f9b;
--royal-pretender:#a05ea6;
--enhance:#d4a1bc;
}