Color names in this palette
CSS code for this palette
/* CSS */
.burned-brown {
color: #6f4c3e;
}
.texas-ranger-brown {
color: #9f512d;
}
.prayer-flag {
color: #d19b6b;
}
.calla {
color: #f2e1b5;
}
.midsummer {
color: #f9d9a9;
}
/* CSS Variables */
:root {
--burned-brown:#6f4c3e;
--texas-ranger-brown:#9f512d;
--prayer-flag:#d19b6b;
--calla:#f2e1b5;
--midsummer:#f9d9a9;
}