Color names in this palette
CSS code for this palette
/* CSS */
.tropical-violet {
color: #d1a8e1;
}
.bell-heather {
color: #a57ab3;
}
.kyo-purple {
color: #9f5b8d;
}
.jazz-age-coral {
color: #f1c1b1;
}
.raichu-orange {
color: #f6a83c;
}
/* CSS Variables */
:root {
--tropical-violet:#d1a8e1;
--bell-heather:#a57ab3;
--kyo-purple:#9f5b8d;
--jazz-age-coral:#f1c1b1;
--raichu-orange:#f6a83c;
}