Color names in this palette
CSS code for this palette
/* CSS */
.persian-flatbread {
color: #e2c7a7;
}
.bruin-spice {
color: #d3b99c;
}
.city-sunrise {
color: #d1a67a;
}
.apple-seed {
color: #a67a54;
}
.burned-brown {
color: #6f4c3e;
}
/* CSS Variables */
:root {
--persian-flatbread:#e2c7a7;
--bruin-spice:#d3b99c;
--city-sunrise:#d1a67a;
--apple-seed:#a67a54;
--burned-brown:#6f4c3e;
}