Color names in this palette
CSS code for this palette
/* CSS */
.bossa-nova {
color: #4e3b4e;
}
.showstopper {
color: #7c5f7c;
}
.baroness {
color: #a984a9;
}
.tamed-beauty {
color: #d1b8d1;
}
.grape-taffy {
color: #f4d2f4;
}
/* CSS Variables */
:root {
--bossa-nova:#4e3b4e;
--showstopper:#7c5f7c;
--baroness:#a984a9;
--tamed-beauty:#d1b8d1;
--grape-taffy:#f4d2f4;
}