Color names in this palette
CSS code for this palette
/* CSS */
.soft-suede {
color: #d5ccae;
}
.elemental-tan {
color: #c9b89c;
}
.montecito {
color: #b4a37e;
}
.hillary {
color: #a59f7e;
}
.persian-flatbread {
color: #e2c7a7;
}
/* CSS Variables */
:root {
--soft-suede:#d5ccae;
--elemental-tan:#c9b89c;
--montecito:#b4a37e;
--hillary:#a59f7e;
--persian-flatbread:#e2c7a7;
}