Color names in this palette
CSS code for this palette
/* CSS */
.buffalo-trail {
color: #e1af7a;
}
.ritzy {
color: #d99c5e;
}
.langoustino {
color: #c76d57;
}
.redrock-canyon {
color: #a04c46;
}
.christmas-brown {
color: #5c2a28;
}
/* CSS Variables */
:root {
--buffalo-trail:#e1af7a;
--ritzy:#d99c5e;
--langoustino:#c76d57;
--redrock-canyon:#a04c46;
--christmas-brown:#5c2a28;
}