Color names in this palette
CSS code for this palette
/* CSS */
.parfait-d-amour {
color: #6b4c9a;
}
.bell-heather {
color: #a372b1;
}
.sea-lavender {
color: #d0b5d9;
}
.scalloped-oak {
color: #f2d0a1;
}
.balinese-sunset {
color: #f19f79;
}
/* CSS Variables */
:root {
--parfait-d-amour:#6b4c9a;
--bell-heather:#a372b1;
--sea-lavender:#d0b5d9;
--scalloped-oak:#f2d0a1;
--balinese-sunset:#f19f79;
}