Color names in this palette
CSS code for this palette
/* CSS */
.raven-s-wing {
color: #494143;
}
.heather-sachet {
color: #7b7474;
}
.fashion-mauve {
color: #b4a9a7;
}
.powdered-petals {
color: #e2c7c5;
}
.tutu {
color: #f8e5e2;
}
/* CSS Variables */
:root {
--raven-s-wing:#494143;
--heather-sachet:#7b7474;
--fashion-mauve:#b4a9a7;
--powdered-petals:#e2c7c5;
--tutu:#f8e5e2;
}