Color names in this palette
CSS code for this palette
/* CSS */
.terracotta-chip {
color: #c77c5c;
}
.mulled-spice {
color: #d3a478;
}
.citrus-sachet {
color: #f1c5a7;
}
.pasta {
color: #f8e1af;
}
.pink-sand {
color: #e0af9e;
}
/* CSS Variables */
:root {
--terracotta-chip:#c77c5c;
--mulled-spice:#d3a478;
--citrus-sachet:#f1c5a7;
--pasta:#f8e1af;
--pink-sand:#e0af9e;
}