Color names in this palette
CSS code for this palette
/* CSS */
.medium-terracotta {
color: #d89d8d;
}
.prosciutto {
color: #e3b3a1;
}
.chopsticks {
color: #e0d1b8;
}
.calla {
color: #f1e1b6;
}
.scalloped-potatoes {
color: #f5d38a;
}
/* CSS Variables */
:root {
--medium-terracotta:#d89d8d;
--prosciutto:#e3b3a1;
--chopsticks:#e0d1b8;
--calla:#f1e1b6;
--scalloped-potatoes:#f5d38a;
}