Color names in this palette
CSS code for this palette
/* CSS */
.burned-brown {
color: #6f4c3e;
}
.nantucket-sands {
color: #b4a79d;
}
.autumn-haze {
color: #d4c2af;
}
.apricot-illusion {
color: #e3c4a6;
}
.warm-bread {
color: #f9e4d2;
}
/* CSS Variables */
:root {
--burned-brown:#6f4c3e;
--nantucket-sands:#b4a79d;
--autumn-haze:#d4c2af;
--apricot-illusion:#e3c4a6;
--warm-bread:#f9e4d2;
}