Color names in this palette
CSS code for this palette
/* CSS */
.burned-brown {
color: #6f4c3e;
}
.norman-shaw-goldspar {
color: #e8c58c;
}
.summer-pear {
color: #f6f1d0;
}
.lime-sherbet {
color: #cad78e;
}
.deep-into-the-wood {
color: #3a5a2a;
}
/* CSS Variables */
:root {
--burned-brown:#6f4c3e;
--norman-shaw-goldspar:#e8c58c;
--summer-pear:#f6f1d0;
--lime-sherbet:#cad78e;
--deep-into-the-wood:#3a5a2a;
}