Color names in this palette
CSS code for this palette
/* CSS */
.warming-peach {
color: #e2b9a2;
}
.shetland-pony {
color: #d6a58a;
}
.orange-maple {
color: #d4a082;
}
.rum-spice {
color: #a7796c;
}
.estate-vineyard {
color: #69494d;
}
/* CSS Variables */
:root {
--warming-peach:#e2b9a2;
--shetland-pony:#d6a58a;
--orange-maple:#d4a082;
--rum-spice:#a7796c;
--estate-vineyard:#69494d;
}