Color names in this palette
CSS code for this palette
/* CSS */
.ripe-eggplant {
color: #4a2b39;
}
.baroque-red {
color: #7c4b5d;
}
.tuileries-tint {
color: #b89db7;
}
.hopeful {
color: #f2d4e1;
}
.squash-blossom {
color: #f6b83c;
}
/* CSS Variables */
:root {
--ripe-eggplant:#4a2b39;
--baroque-red:#7c4b5d;
--tuileries-tint:#b89db7;
--hopeful:#f2d4e1;
--squash-blossom:#f6b83c;
}