Color names in this palette
CSS code for this palette
/* CSS */
.terracotta-red-brown {
color: #9a6a65;
}
.muddy-quicksand {
color: #c3998d;
}
.new-clay {
color: #f1c2b6;
}
.tuft-bush {
color: #f8d3bf;
}
.warming-peach {
color: #e3b8a1;
}
/* CSS Variables */
:root {
--terracotta-red-brown:#9a6a65;
--muddy-quicksand:#c3998d;
--new-clay:#f1c2b6;
--tuft-bush:#f8d3bf;
--warming-peach:#e3b8a1;
}