Color names in this palette
CSS code for this palette
/* CSS */
.falling-leaves {
color: #a3593e;
}
.city-of-pink-angels {
color: #e7b4a2;
}
.lover-s-hideaway {
color: #d0c6b3;
}
.burned-brown {
color: #6d4c3c;
}
.sensational-sand {
color: #c0a18c;
}
/* CSS Variables */
:root {
--falling-leaves:#a3593e;
--city-of-pink-angels:#e7b4a2;
--lover-s-hideaway:#d0c6b3;
--burned-brown:#6d4c3c;
--sensational-sand:#c0a18c;
}