Color names in this palette
CSS code for this palette
/* CSS */
.cream-tan {
color: #e5c7b8;
}
.cinnamon-whip {
color: #d8b3a2;
}
.autumn-malt {
color: #d1a38f;
}
.tuscany {
color: #b68f7c;
}
.new-penny {
color: #a47c6a;
}
/* CSS Variables */
:root {
--cream-tan:#e5c7b8;
--cinnamon-whip:#d8b3a2;
--autumn-malt:#d1a38f;
--tuscany:#b68f7c;
--new-penny:#a47c6a;
}