Color names in this palette
CSS code for this palette
/* CSS */
.dark-taupe {
color: #4a3b3d;
}
.reading-tea-leaves {
color: #7a5c5f;
}
.south-rim-trail {
color: #a57f7e;
}
.ballet-rose {
color: #d4afb1;
}
.mary-s-rose {
color: #f4d2d3;
}
/* CSS Variables */
:root {
--dark-taupe:#4a3b3d;
--reading-tea-leaves:#7a5c5f;
--south-rim-trail:#a57f7e;
--ballet-rose:#d4afb1;
--mary-s-rose:#f4d2d3;
}