Color names in this palette
CSS code for this palette
/* CSS */
.adobe-south {
color: #e5c2a9;
}
.indian-khaki {
color: #d1af9f;
}
.tuscany {
color: #b68f7c;
}
.spicy-cayenne {
color: #995c4d;
}
.murray-red {
color: #6e3b3a;
}
/* CSS Variables */
:root {
--adobe-south:#e5c2a9;
--indian-khaki:#d1af9f;
--tuscany:#b68f7c;
--spicy-cayenne:#995c4d;
--murray-red:#6e3b3a;
}