Color names in this palette
CSS code for this palette
/* CSS */
.dark-red-brown {
color: #4c1f24;
}
.carmen {
color: #7c3c3f;
}
.escalante {
color: #a85d5f;
}
.shanghai-peach {
color: #d69a8f;
}
.dress-up {
color: #f8c6bf;
}
/* CSS Variables */
:root {
--dark-red-brown:#4c1f24;
--carmen:#7c3c3f;
--escalante:#a85d5f;
--shanghai-peach:#d69a8f;
--dress-up:#f8c6bf;
}