Color names in this palette
CSS code for this palette
/* CSS */
.savile-row {
color: #c0b4d0;
}
.design-delight {
color: #a57daa;
}
.mellow-rose {
color: #d7a7a2;
}
.my-love {
color: #e2c5a7;
}
.barley-white {
color: #f7e3b6;
}
/* CSS Variables */
:root {
--savile-row:#c0b4d0;
--design-delight:#a57daa;
--mellow-rose:#d7a7a2;
--my-love:#e2c5a7;
--barley-white:#f7e3b6;
}