Color names in this palette
CSS code for this palette
/* CSS */
.honey-moth {
color: #faeccc;
}
.miami-stucco {
color: #f6d7b6;
}
.neighborly-peach {
color: #f1c0a2;
}
.orange-clay {
color: #e5a57b;
}
.wheatberry {
color: #c68a5d;
}
/* CSS Variables */
:root {
--honey-moth:#faeccc;
--miami-stucco:#f6d7b6;
--neighborly-peach:#f1c0a2;
--orange-clay:#e5a57b;
--wheatberry:#c68a5d;
}