Color names in this palette
CSS code for this palette
/* CSS */
.burned-brown {
color: #6f4c3e;
}
.tea-cookie {
color: #f5e1c2;
}
.tower-tan {
color: #d4b59b;
}
.avid-apricot {
color: #f3c5a0;
}
.nutmeg {
color: #7e4b3a;
}
/* CSS Variables */
:root {
--burned-brown:#6f4c3e;
--tea-cookie:#f5e1c2;
--tower-tan:#d4b59b;
--avid-apricot:#f3c5a0;
--nutmeg:#7e4b3a;
}