Color names in this palette
CSS code for this palette
/* CSS */
.partytime {
color: #e3a6c4;
}
.fuscia-fizz {
color: #b76c91;
}
.mauve-orchid {
color: #a66e8d;
}
.chai-latte {
color: #f8c8a0;
}
.menoth-white-base {
color: #f1e7b7;
}
/* CSS Variables */
:root {
--partytime:#e3a6c4;
--fuscia-fizz:#b76c91;
--mauve-orchid:#a66e8d;
--chai-latte:#f8c8a0;
--menoth-white-base:#f1e7b7;
}