Color names in this palette
CSS code for this palette
/* CSS */
.burned-brown {
color: #6f4c3e;
}
.roasted-almond {
color: #d3b49c;
}
.artifact {
color: #c89f8d;
}
.peach-beauty {
color: #e5c4a9;
}
.eugenia {
color: #f2e9d4;
}
/* CSS Variables */
:root {
--burned-brown:#6f4c3e;
--roasted-almond:#d3b49c;
--artifact:#c89f8d;
--peach-beauty:#e5c4a9;
--eugenia:#f2e9d4;
}