Color names in this palette
CSS code for this palette
/* CSS */
.cleopatra-s-gown {
color: #7e4b8b;
}
.silk-ribbon {
color: #c56d8d;
}
.old-flame {
color: #f2b6b1;
}
.fresh-baked-bread {
color: #f8d5bf;
}
.birthday-suit {
color: #e1c4b7;
}
/* CSS Variables */
:root {
--cleopatra-s-gown:#7e4b8b;
--silk-ribbon:#c56d8d;
--old-flame:#f2b6b1;
--fresh-baked-bread:#f8d5bf;
--birthday-suit:#e1c4b7;
}