Color names in this palette
CSS code for this palette
/* CSS */
.exotic-purple {
color: #6c4f7d;
}
.thimble-red {
color: #a25d90;
}
.partytime {
color: #e1a8c3;
}
.fresh-pineapple {
color: #f5d34d;
}
.chai-latte {
color: #f8c8a0;
}
/* CSS Variables */
:root {
--exotic-purple:#6c4f7d;
--thimble-red:#a25d90;
--partytime:#e1a8c3;
--fresh-pineapple:#f5d34d;
--chai-latte:#f8c8a0;
}