Color names in this palette
CSS code for this palette
/* CSS */
.tillandsia-purple {
color: #5b3d85;
}
.juneberry {
color: #7e4e97;
}
.soft-purple {
color: #a36dba;
}
.duck-sauce {
color: #d19a23;
}
.eyelash-viper {
color: #f0c54c;
}
/* CSS Variables */
:root {
--tillandsia-purple:#5b3d85;
--juneberry:#7e4e97;
--soft-purple:#a36dba;
--duck-sauce:#d19a23;
--eyelash-viper:#f0c54c;
}