Color names in this palette
CSS code for this palette
/* CSS */
.crater-brown {
color: #4c3e3e;
}
.reading-tea-leaves {
color: #7c5f5f;
}
.fall-heliotrope {
color: #a69191;
}
.smoked-lavender {
color: #d1b3b3;
}
.mary-s-rose {
color: #f4d2d2;
}
/* CSS Variables */
:root {
--crater-brown:#4c3e3e;
--reading-tea-leaves:#7c5f5f;
--fall-heliotrope:#a69191;
--smoked-lavender:#d1b3b3;
--mary-s-rose:#f4d2d2;
}