Color names in this palette
CSS code for this palette
/* CSS */
.trunks-hair {
color: #a35cc1;
}
.light-orchid {
color: #e2a7da;
}
.lavender-soap {
color: #f4bee5;
}
.cymophane-yellow {
color: #f1e5a7;
}
.ballerina-tears {
color: #f2b7b1;
}
/* CSS Variables */
:root {
--trunks-hair:#a35cc1;
--light-orchid:#e2a7da;
--lavender-soap:#f4bee5;
--cymophane-yellow:#f1e5a7;
--ballerina-tears:#f2b7b1;
}