Color names in this palette
CSS code for this palette
/* CSS */
.dahlia {
color: #8a3f8d;
}
.plum-dust {
color: #a64e8c;
}
.pinky-pickle {
color: #b86b8c;
}
.kitten-s-paw {
color: #d8a79d;
}
.carving-party {
color: #f2c3a1;
}
/* CSS Variables */
:root {
--dahlia:#8a3f8d;
--plum-dust:#a64e8c;
--pinky-pickle:#b86b8c;
--kitten-s-paw:#d8a79d;
--carving-party:#f2c3a1;
}