Color names in this palette
CSS code for this palette
/* CSS */
.canyonville {
color: #f5dfd1;
}
.warming-peach {
color: #e6b7a2;
}
.shetland-pony {
color: #d39f8d;
}
.terra-tone {
color: #b86e6b;
}
.rhubarb-smoothie {
color: #8c4a4a;
}
/* CSS Variables */
:root {
--canyonville:#f5dfd1;
--warming-peach:#e6b7a2;
--shetland-pony:#d39f8d;
--terra-tone:#b86e6b;
--rhubarb-smoothie:#8c4a4a;
}