All Palettes

Color Palette #4a3b3d, #7a5c5f, #a57f7e, #d4afb1, #f4d2d3

0%
0%
0%

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;
}

More palettes to explore