Color names in this palette
CSS code for this palette
/* CSS */
.crater-brown {
color: #4c3e3e;
}
.reading-tea-leaves {
color: #7b5b5b;
}
.handmade-red {
color: #a57878;
}
.rose-stain {
color: #d1b7b7;
}
.verbena {
color: #f1dfdf;
}
/* CSS Variables */
:root {
--crater-brown:#4c3e3e;
--reading-tea-leaves:#7b5b5b;
--handmade-red:#a57878;
--rose-stain:#d1b7b7;
--verbena:#f1dfdf;
}