Color names in this palette
CSS code for this palette
/* CSS */
.sweet-pastel {
color: #eac7b3;
}
.soft-leather {
color: #d9a378;
}
.maple-syrup-brown {
color: #c68153;
}
.earthen-jug {
color: #a65b36;
}
.burnished-russet {
color: #7e3f2a;
}
/* CSS Variables */
:root {
--sweet-pastel:#eac7b3;
--soft-leather:#d9a378;
--maple-syrup-brown:#c68153;
--earthen-jug:#a65b36;
--burnished-russet:#7e3f2a;
}