Color names in this palette
CSS code for this palette
/* CSS */
.eugenia {
color: #f2e8d4;
}
.cream-tan {
color: #e5c6b8;
}
.shanghai-peach {
color: #d49a8c;
}
.brown-clay {
color: #c57959;
}
.remington-rust {
color: #a55e4a;
}
/* CSS Variables */
:root {
--eugenia:#f2e8d4;
--cream-tan:#e5c6b8;
--shanghai-peach:#d49a8c;
--brown-clay:#c57959;
--remington-rust:#a55e4a;
}