Color names in this palette
CSS code for this palette
/* CSS */
.peach-caramel {
color: #c66c3f;
}
.folksy-gold {
color: #d89969;
}
.toasted-coconut {
color: #e8c4a1;
}
.posy {
color: #f4e1d2;
}
.belgian-cream {
color: #f9f1e1;
}
/* CSS Variables */
:root {
--peach-caramel:#c66c3f;
--folksy-gold:#d89969;
--toasted-coconut:#e8c4a1;
--posy:#f4e1d2;
--belgian-cream:#f9f1e1;
}