Color names in this palette
CSS code for this palette
/* CSS */
.burned-brown {
color: #6f4c3e;
}
.muntok-white-pepper {
color: #d4a373;
}
.resort-sunrise {
color: #f5d6c7;
}
.corn-maze {
color: #e2a86a;
}
.ancient-prunus {
color: #5c3d3e;
}
/* CSS Variables */
:root {
--burned-brown:#6f4c3e;
--muntok-white-pepper:#d4a373;
--resort-sunrise:#f5d6c7;
--corn-maze:#e2a86a;
--ancient-prunus:#5c3d3e;
}