Color names in this palette
CSS code for this palette
/* CSS */
.pretty-petunia {
color: #d8b3e6;
}
.cut-velvet {
color: #b68ecc;
}
.radiant-orchid {
color: #a65e9b;
}
.finest-blush {
color: #e08a8a;
}
.avid-apricot {
color: #f3c5a0;
}
/* CSS Variables */
:root {
--pretty-petunia:#d8b3e6;
--cut-velvet:#b68ecc;
--radiant-orchid:#a65e9b;
--finest-blush:#e08a8a;
--avid-apricot:#f3c5a0;
}